aboutsummaryrefslogtreecommitdiff
path: root/src/linux/reboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux/reboot.c')
-rw-r--r--src/linux/reboot.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/linux/reboot.c b/src/linux/reboot.c
index 7f12af79..37559b35 100644
--- a/src/linux/reboot.c
+++ b/src/linux/reboot.c
@@ -5,3 +5,11 @@ int reboot(int type)
{
return syscall(SYS_reboot, 0xfee1dead, 672274793, type);
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif