2 @section @file{sched.h}
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html}
8 Portability problems fixed by Gnulib:
11 This header file is missing on some platforms:
12 Minix 3.1.8, mingw, MSVC 14, BeOS.
14 This header file does not define the type @code{pid_t} on some platforms:
15 glibc 2.11, Mac OS X 10.5.
17 @code{struct sched_param} is not defined on some platforms:
20 @code{SCHED_FIFO}, @code{SCHED_RR}, @code{SCHED_OTHER} are not defined on
25 Portability problems not fixed by Gnulib: