Merge branch 'stable'
[gnulib.git] / doc / posix-headers / sys_types.texi
1 @node sys/types.h
2 @section @file{sys/types.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html}
5
6 Gnulib module: sys_types
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 The type @code{pid_t} is not defined on some platforms:
12 MSVC 9.
13 @item
14 The type @code{size_t} is not defined in this file on some platforms:
15 MSVC 9.
16 @item
17 The type @code{ssize_t} is not defined on some platforms:
18 MSVC 9.
19 @item
20 The type @code{mode_t} is not defined on some platforms:
21 MSVC 9.
22 @end itemize
23
24 Portability problems not fixed by Gnulib:
25 @itemize
26 @end itemize