Documentation of what gnulib provides for each header file.
[pspp] / doc / headers / sys_stat.texi
1 @node sys/stat.h
2 @section @file{sys/stat.h}
3
4 Gnulib module: sys_stat
5
6 Portability problems fixed by Gnulib:
7 @itemize
8 @item
9 Some macros, such as @code{S_IFMT}, are missing on some platforms.
10 @item
11 The macros @code{S_ISBLK}, @code{S_ISCHR}, @code{S_ISDIR}, @code{S_ISFIFO},
12 @code{S_ISLNK}, @code{S_ISREG}, @code{S_ISSOCK} are broken on some platforms.
13 @item
14 Some platforms define macros, such as @code{S_ISDOOR}, that are not defined
15 on other platforms.
16 @item
17 The functions @code{lstat} and @code{mkdir} are not declared on mingw.
18 @end itemize
19
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @end itemize