view doc/posix-headers/fcntl.texi @ 9638:070329237839

Rename two directories: headers -> posix-headers, functions -> posix-functions.
author Bruno Haible <bruno@clisp.org>
date Sun, 20 Jan 2008 00:09:59 +0100
parents
children cc0527e5d2f4
line wrap: on
line source

@node fcntl.h
@section @file{fcntl.h}

POSIX specification: @url{http://www.opengroup.org/susv3xbd/fcntl.h.html}

Gnulib module: fcntl

Portability problems fixed by Gnulib:
@itemize
@item
@samp{O_NOCTTY}, @samp{O_DSYNC}, @samp{O_NONBLOCK}, @samp{O_RSYNC},
@samp{O_SYNC} are not defined on some platforms.

@item
@samp{O_BINARY}, @samp{O_TEXT} (not specified by POSIX, but essential for
portability to Woe32 platforms) are defined on some platforms but not on
others.

@item
@samp{O_DIRECT}, @samp{O_DIRECTORY}, @samp{O_NDELAY}, @samp{O_NOATIME},
@samp{O_NOFOLLOW}, @samp{O_NOLINKS} (not specified by POSIX) are defined
on some platforms but not on others.
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@end itemize