Branch
Hash :
b9c324e2
Author :
Date :
2025-08-19T08:49:22
doc: Mention some musl libc stubs. * doc/posix-functions/sched_getparam.texi: Mention musl libc stub. * doc/posix-functions/sched_setparam.texi: Likewise. * doc/posix-functions/sched_getscheduler.texi: Likewise. * doc/posix-functions/sched_setscheduler.texi: Likewise. * doc/posix-functions/posix_spawnattr_getschedparam.texi: Likewise. * doc/posix-functions/posix_spawnattr_setschedparam.texi: Likewise. * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Likewise. * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Likewise.
@node sched_getscheduler
@subsection @code{sched_getscheduler}
@findex sched_getscheduler
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/sched_getscheduler.html}
Gnulib module: ---
Portability problems fixed by Gnulib:
@itemize
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
macOS 14, OpenBSD 7.5, Minix 3.1.8, mingw, MSVC 14.
@item
This function always fails with error @code{ENOSYS} on some platforms:
musl libc.
@end itemize