summaryrefslogtreecommitdiff
path: root/gnulib/doc/posix-headers/sys_types.texi
blob: 35d24c0c743cd7ab4093b1a1da8622a3dd2a0c04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@node sys/types.h
@section @file{sys/types.h}

POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html}

Gnulib module: sys_types

Portability problems fixed by Gnulib:
@itemize
@item
The type @code{pid_t} is not defined on some platforms:
MSVC 9.
@item
The type @code{size_t} is not defined in this file on some platforms:
MSVC 9.
@item
The type @code{ssize_t} is not defined on some platforms:
MSVC 9.
@item
The type @code{mode_t} is not defined on some platforms:
MSVC 9.
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@end itemize