ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../sysdeps/generic/sys/reboot.h

10 lines
212 B
C
Raw Normal View History

2024-04-01 15:19:46 +00:00
/* 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> */