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 posix_spawnattr_getschedparam
@subsection @code{posix_spawnattr_getschedparam}
@findex posix_spawnattr_getschedparam
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/posix_spawnattr_getschedparam.html}
Gnulib module: posix_spawnattr_getschedparam
@mindex posix_spawnattr_getschedparam
Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
macOS 14, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 9, Cygwin 1.7.x, mingw, MSVC 14, Android 8.1.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
This function always fails with error @code{ENOSYS} on some platforms:
musl libc.
@end itemize