Gitiles
Code Review
Sign In
192.168.1.100
/
7520V3V
/
bfc6e71ee409bcae7f7b6850f4ebfbd3091c5851
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
sysdeps
/
generic
/
sys
/
reboot.h
blob: bada28dd6ce3275b59806bbe0b73e8d94ce9b195 [
file
] [
log
] [
blame
]
/* 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> */