Bump to 1.14.1
[platform/upstream/augeas.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 @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
29
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
37
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 (except mingw64), MSVC 9.