mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
initial import
This commit is contained in:
9
sysdeps/stub/sys/reboot.h
Normal file
9
sysdeps/stub/sys/reboot.h
Normal file
@ -0,0 +1,9 @@
|
||||
/* 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> */
|
Reference in New Issue
Block a user