add open_read_close() and similar stuff
This commit is contained in:
@@ -36,7 +36,7 @@ static int signal_pipe[2];
|
||||
static void signal_handler(int sig)
|
||||
{
|
||||
if (send(signal_pipe[1], &sig, sizeof(sig), MSG_DONTWAIT) < 0)
|
||||
bb_perror_msg("Could not send signal");
|
||||
bb_perror_msg("cannot send signal");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user