[comp.unix.questions] POSIX equivalent to <sys/file.h> or <fcntl.h>

gordon@sneaky.lonestar.org (Gordon Burditt) (06/25/90)

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