diff options
author | Bruno Haible <bruno@clisp.org> | 2010-11-21 18:42:29 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-11-21 18:43:19 +0100 |
commit | 4ef8b64903e0cdbac1e7430491cd1e78ff2fdbf8 (patch) | |
tree | 6ef804b035bb47cf9d38591ecffe14b4f2d6c2d1 /doc/posix-functions/posix_spawnattr_getschedparam.texi | |
parent | 9aa2d4c522f12870229df0fd01d3140bddf94317 (diff) | |
download | gnulib-4ef8b64903e0cdbac1e7430491cd1e78ff2fdbf8.tar.gz |
Update for MacOS X 10.5.
* m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Don't guess yes on
MacOS X; the test fails on MacOS X 10.5.8.
* doc/{glibc,posix,pastposix}-{headers,functions}/*.texi: Update info
about MacOS X.
Diffstat (limited to 'doc/posix-functions/posix_spawnattr_getschedparam.texi')
-rw-r--r-- | doc/posix-functions/posix_spawnattr_getschedparam.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/posix_spawnattr_getschedparam.texi b/doc/posix-functions/posix_spawnattr_getschedparam.texi index 2af22c875d..598a3ab06a 100644 --- a/doc/posix-functions/posix_spawnattr_getschedparam.texi +++ b/doc/posix-functions/posix_spawnattr_getschedparam.texi @@ -10,7 +10,7 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS. +MacOS X 10.5, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS. @end itemize Portability problems not fixed by Gnulib: |