mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-06 21:30:08 +00:00
10 lines
212 B
C
10 lines
212 B
C
|
/* 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> */
|