autoupdate
[gnulib.git] / doc / posix-headers / fcntl.texi
1 @node fcntl.h
2 @section @file{fcntl.h}
3
4 POSIX specification: @url{http://www.opengroup.org/susv3xbd/fcntl.h.html}
5
6 Gnulib module: fcntl
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 @samp{O_NOCTTY}, @samp{O_DSYNC}, @samp{O_NONBLOCK}, @samp{O_RSYNC},
12 @samp{O_SYNC} are not defined on some platforms.
13
14 @item
15 @samp{O_BINARY}, @samp{O_TEXT} (not specified by POSIX, but essential for
16 portability to Woe32 platforms) are defined on some platforms but not on
17 others.
18
19 @item
20 @samp{O_DIRECT}, @samp{O_DIRECTORY}, @samp{O_NDELAY}, @samp{O_NOATIME},
21 @samp{O_NOFOLLOW}, @samp{O_NOLINKS} (not specified by POSIX) are defined
22 on some platforms but not on others.
23 @end itemize
24
25 Portability problems not fixed by Gnulib:
26 @itemize
27 @end itemize