home *** CD-ROM | disk | FTP | other *** search
- From: gordon@sneaky.lonestar.org (Gordon Burditt)
-
- >Would some please tell me what header file (or files) is the POSIX-
- >equivalent to the BSD <sys/file.h> or the System V <fcntl.h>.
-
- Assuming you're looking for defines like O_RDONLY, the equivalent
- is <fcntl.h>.
-
- >(If someone would send me a general header-file mapping, that would be
- >great!)
-
- In general, the equivalent of the System V header <x> in POSIX is
- either <x> or doesn't exist (isn't standardized).
-
- Gordon L. Burditt
- sneaky.lonestar.org!gordon
-
- Volume-Number: Volume 20, Number 48
-
-