hush/reboot.c

9 lines
120 B
C
Raw Normal View History

1999-10-05 16:24:54 +00:00
#include "internal.h"
#include <signal.h>
extern int
1999-10-12 22:26:06 +00:00
reboot_main(int argc, char ** argv)
1999-10-05 16:24:54 +00:00
{
1999-10-12 22:26:06 +00:00
exit( kill(1, SIGUSR2));
1999-10-05 16:24:54 +00:00
}