1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-05-01 12:04:52 +03:00
glibc/sysdeps/stub/sys/reboot.h
1995-02-18 01:27:10 +00:00

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> */