Ensure pid_t gets defined.
[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: ---
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @end itemize
11
12 Portability problems not fixed by Gnulib:
13 @itemize
14 @item
15 The type @code{pid_t} is not defined on some platforms:
16 MSVC 9.
17 You can use the macro @code{AC_TYPE_PID_T} to fix this.
18 @end itemize