diff options
Diffstat (limited to 'sysdeps/stub/sys/reboot.h')
-rw-r--r-- | sysdeps/stub/sys/reboot.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sysdeps/stub/sys/reboot.h b/sysdeps/stub/sys/reboot.h deleted file mode 100644 index bada28dd6c..0000000000 --- a/sysdeps/stub/sys/reboot.h +++ /dev/null @@ -1,9 +0,0 @@ -/* This file should define RB_* macros to be used as flag - bits in the argument to the `reboot' system call. */ - -#ifndef _SYS_REBOOT_H -#define _SYS_REBOOT_H - -#define RB_AUTOBOOT 0 - -#endif /* <sys/reboot.h> */ |