home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.20 / text0049.txt < prev    next >
Encoding:
Internet Message Format  |  1990-08-02  |  561 b 

  1. From:  gordon@sneaky.lonestar.org (Gordon Burditt)
  2.  
  3. >Would some please tell me what header file (or files) is the POSIX-
  4. >equivalent to the BSD <sys/file.h> or the System V <fcntl.h>.
  5.  
  6. Assuming you're looking for defines like O_RDONLY, the equivalent
  7. is <fcntl.h>.
  8.  
  9. >(If someone would send me a general header-file mapping, that would be 
  10. >great!)
  11.  
  12. In general, the equivalent of the System V header <x> in POSIX is
  13. either <x> or doesn't exist (isn't standardized).
  14.  
  15.                         Gordon L. Burditt
  16.                         sneaky.lonestar.org!gordon
  17.  
  18. Volume-Number: Volume 20, Number 48
  19.  
  20.