home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / gccdist / gcc / include / file.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-05  |  260 b   |  15 lines

  1. #define O_RDONLY    0x00
  2. #define O_WRONLY    0x01
  3. #define O_RDWR        0x02
  4. #define O_NDELAY    0x04
  5. #define O_NOWAIT    0x04
  6. #define O_APPEND    0x08
  7. #define O_CREAT        0x200
  8. #define O_TRUNC        0x400
  9. #define O_EXCL        0x800
  10.  
  11. #define    L_SET        0x0
  12. #define    L_INCR        0x1
  13. #define    L_XTND        0x2
  14.  
  15.