gnulib-tool.py: import mktemp
[gnulib.git] / doc / posix-headers / sys_types.texi
blob7c95fefb8fe6eb71a5ab59d33848a9b10a400b22
1 @node sys/types.h
2 @section @file{sys/types.h}
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html}
6 Gnulib module: sys_types
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 The type @code{pid_t} is not defined on some platforms:
12 MSVC 14.
13 @item
14 The type @code{size_t} is not defined in this file on some platforms:
15 MSVC 14.
16 @item
17 The type @code{ssize_t} is not defined on some platforms:
18 MSVC 14.
19 @item
20 The type @code{mode_t} is not defined on some platforms:
21 MSVC 14.
22 @item
23 Some systems leak definitions of @code{major}, @code{minor}, and
24 @code{makedev} through this header; however, when
25 @file{sys/sysmacros.h} exists, that file should also be included to
26 avoid deprecation warnings from the versions in this header:
27 glibc 2.25.
28 @end itemize
30 Portability problems not fixed by Gnulib:
31 @itemize
32 @item
33 On some platforms the types @code{blksize_t} and @code{suseconds_t}
34 are signed integer types that are wider than @code{long}:
35 glibc x32
36 @end itemize
38 This module, together with the module @code{largefile}, also defines the type
39 @code{off_t} to a 64-bit integer type on some platforms:
40 mingw, MSVC 14.