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/sigtimedwait.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/sigtimedwait.texi')
-rw-r--r-- | doc/posix-functions/sigtimedwait.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/sigtimedwait.texi b/doc/posix-functions/sigtimedwait.texi index 1741d5103a..82603b7113 100644 --- a/doc/posix-functions/sigtimedwait.texi +++ b/doc/posix-functions/sigtimedwait.texi @@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -MacOS X 10.3, OpenBSD 3.8, Solaris 2.4, Cygwin, mingw, Interix 3.5, BeOS. +MacOS X 10.5, OpenBSD 3.8, Solaris 2.4, Cygwin, mingw, Interix 3.5, BeOS. @item Linux implements the meaning of NULL timeout by doing what @code{sigwaitinfo} does; other platforms may not do the same. |