home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / glibc-1.09 / glibc-1 / glibc-1.09.1 / sysdeps / stub / sys / reboot.h < prev   
Encoding:
C/C++ Source or Header  |  1993-08-03  |  212 b   |  10 lines

  1. /* This file should define RB_* macros to be used as flag
  2.    bits in the argument to the `reboot' system call.  */
  3.  
  4. #ifndef _SYS_REBOOT_H
  5. #define _SYS_REBOOT_H
  6.  
  7. #define RB_AUTOBOOT    0
  8.  
  9. #endif    /* <sys/reboot.h> */
  10.