hush/reboot.c
1999-10-12 22:26:06 +00:00

9 lines
120 B
C

#include "internal.h"
#include <signal.h>
extern int
reboot_main(int argc, char ** argv)
{
exit( kill(1, SIGUSR2));
}