avoid some overlong lines from posix urls, etc.
[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/susv3xbd/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 mingw, BeOS.
13 @item
14 @code{struct sched_param} is not defined on some platforms:
15 Haiku.
16 @item
17 @code{SCHED_FIFO}, @code{SCHED_RR}, @code{SCHED_OTHER} are not defined on
18 some platforms:
19 Haiku.
20 @end itemize
21
22 Portability problems not fixed by Gnulib:
23 @itemize
24 @end itemize