Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
8759006b55c617811a207cc4e99792996c8b97fb
/
.
/
reboot.c
blob: f915205eaf15bff161179b2751380be5b884b9c6 [
file
] [
log
] [
blame
]
#include
"internal.h"
#include
<signal.h>
extern
int
reboot_main
(
int
argc
,
char
**
argv
)
{
exit
(
kill
(
1
,
SIGUSR2
));
}