Merge branch 'stable'
[gnulib.git] / doc / posix-headers / sched.texi
1 @node sched.h
2 @section @file{sched.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html}
5
6 Gnulib module: sched
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file is missing on some platforms:
12 Minix 3.1.8, mingw, MSVC 9, BeOS.
13 @item
14 This header file does not define the type @code{pid_t} on some platforms:
15 glibc 2.11, MacOS X 10.5.
16 @item
17 @code{struct sched_param} is not defined on some platforms:
18 Haiku.
19 @item
20 @code{SCHED_FIFO}, @code{SCHED_RR}, @code{SCHED_OTHER} are not defined on
21 some platforms:
22 Haiku.
23 @end itemize
24
25 Portability problems not fixed by Gnulib:
26 @itemize
27 @end itemize