X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-headers%2Fsched.texi;h=6994105df716e3dfd23c6aaa5fbff1b13c0c6a5c;hb=08166afd7322d40407cf62e3c98b97782d7d1af0;hp=7117cbe741a1968889beedddb1fd44446a7e8b4a;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-headers/sched.texi b/doc/posix-headers/sched.texi index 7117cbe74..6994105df 100644 --- a/doc/posix-headers/sched.texi +++ b/doc/posix-headers/sched.texi @@ -3,15 +3,22 @@ POSIX specification: @url{http://www.opengroup.org/susv3xbd/sched.h.html} -Gnulib module: --- +Gnulib module: sched Portability problems fixed by Gnulib: @itemize +@item +This header file is missing on some platforms: +mingw, BeOS. +@item +@code{struct sched_param} is not defined on some platforms: +Haiku. +@item +@code{SCHED_FIFO}, @code{SCHED_RR}, @code{SCHED_OTHER} are not defined on +some platforms: +Haiku. @end itemize Portability problems not fixed by Gnulib: @itemize -@item -This header file is missing on some platforms: -mingw, BeOS. @end itemize