diff options
author | Bruno Haible <bruno@clisp.org> | 2020-07-25 01:38:31 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2020-07-25 01:38:31 +0200 |
commit | 0c12abaf14d84411ac8c908b641a8bc4478e564a (patch) | |
tree | 6f0cff89a018c64ec47be8e6d5d1c6300f82ceed /doc/posix-functions/pthread_cleanup_pop.texi | |
parent | 5b4773721d511694afeedb1f3f966a5035dabef9 (diff) | |
download | gnulib-0c12abaf14d84411ac8c908b641a8bc4478e564a.tar.gz |
doc: Update for Mac OS X 10.13.
* doc/*/*.texi: Update.
* m4/expm1l.m4: Update comments.
* m4/getgroups.m4: Likewise.
* m4/getlogin_r.m4: Likewise.
* m4/linkat.m4: Likewise.
* m4/printf.m4: Likewise.
Diffstat (limited to 'doc/posix-functions/pthread_cleanup_pop.texi')
-rw-r--r-- | doc/posix-functions/pthread_cleanup_pop.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/pthread_cleanup_pop.texi b/doc/posix-functions/pthread_cleanup_pop.texi index 37796de464..0d4b903da3 100644 --- a/doc/posix-functions/pthread_cleanup_pop.texi +++ b/doc/posix-functions/pthread_cleanup_pop.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -glibc 2.3.6, Mac OS X 10.5, NetBSD 5.0, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 11.4, Cygwin 2.9, mingw, MSVC 14, Android 9.0. +glibc 2.3.6, Mac OS X 10.13, NetBSD 5.0, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 11.4, Cygwin 2.9, mingw, MSVC 14, Android 9.0. @end itemize |