More stuff
[oweals/busybox.git] / reboot.c
1 #include "internal.h"
2 #include <signal.h>
3
4 extern int
5 reboot_main(int argc, char ** argv)
6 {
7         exit( kill(1, SIGUSR2));
8 }