33c8683d224c5059393c16713603ede9e31768c9
[gnulib.git] / doc / posix-headers / sys_stat.texi
1 @node sys/stat.h
2 @section @file{sys/stat.h}
3
4 POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/stat.h.html}
5
6 Gnulib module: sys_stat
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 Some macros, such as @code{S_IFMT}, are missing on some platforms.
12 @item
13 The macros @code{S_ISBLK}, @code{S_ISCHR}, @code{S_ISDIR}, @code{S_ISFIFO},
14 @code{S_ISLNK}, @code{S_ISREG}, @code{S_ISSOCK} are broken on some platforms.
15 @item
16 Some platforms define macros, such as @code{S_ISDOOR}, that are not defined
17 on other platforms.
18 @item
19 The functions @code{lstat} and @code{mkdir} are not declared on mingw.
20 @item
21 The macros @code{UTIME_NOW} and @code{UTIME_OMIT} are missing on some
22 platforms.
23 @end itemize
24
25 Portability problems not fixed by Gnulib:
26 @itemize
27 @end itemize