Documentation of what gnulib provides for each header file.
[pspp] / doc / headers / fcntl.texi
1 @node fcntl.h
2 @section @file{fcntl.h}
3
4 Gnulib module: fcntl
5
6 Portability problems fixed by Gnulib:
7 @itemize
8 @item
9 @samp{O_NOCTTY}, @samp{O_DSYNC}, @samp{O_NONBLOCK}, @samp{O_RSYNC},
10 @samp{O_SYNC} are not defined on some platforms.
11
12 @item
13 @samp{O_BINARY}, @samp{O_TEXT} (not specified by POSIX, but essential for
14 portability to Woe32 platforms) are defined on some platforms but not on
15 others.
16
17 @item
18 @samp{O_DIRECT}, @samp{O_DIRECTORY}, @samp{O_NDELAY}, @samp{O_NOATIME},
19 @samp{O_NOFOLLOW}, @samp{O_NOLINKS} (not specified by POSIX) are defined
20 on some platforms but not on others.
21 @end itemize
22
23 Portability problems not fixed by Gnulib:
24 @itemize
25 @end itemize