aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/sysdeps/ironclad/include/sys/reboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mlibc/sysdeps/ironclad/include/sys/reboot.h')
-rw-r--r--lib/mlibc/sysdeps/ironclad/include/sys/reboot.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/mlibc/sysdeps/ironclad/include/sys/reboot.h b/lib/mlibc/sysdeps/ironclad/include/sys/reboot.h
deleted file mode 100644
index c2dbbf2..0000000
--- a/lib/mlibc/sysdeps/ironclad/include/sys/reboot.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef _SYS_REBOOT_H
-#define _SYS_REBOOT_H
-
-#include <abi-bits/reboot.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-int reboot(int arg);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif // _SYS_REBOOT_H