home *** CD-ROM | disk | FTP | other *** search
- From: decot@hpisod2.cup.hp.com (Dave Decot)
-
- > From: steve@unidata.ucar.edu (Steve Emmerson)
- >
- > 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>.
- >
- > I have the P1003.1 document on order, but it will take 4 to 6 weeks to
- > arrive and I need to get on with my work.
-
- With few exceptions, POSIX preferred the System V header name to the BSD
- header name when conflicts existed. This case is no exception: POSIX
- requires that <fcntl.h> define the flag and command macros needed
- for open(), creat(), and fcntl().
-
- Dave Decot
-
- Volume-Number: Volume 20, Number 40
-
-