diff options
author | Bruno Haible <bruno@clisp.org> | 2010-11-21 21:31:19 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-11-21 21:31:19 +0100 |
commit | 6ef93da4cacc1865683aa3d3d6e0a97e0ed3e429 (patch) | |
tree | b5eb85475145f0ecd6b89318b1b3a10394c01c1f /doc/glibc-functions/personality.texi | |
parent | 747793c9a482f1d1dbb718152150c48903f7a41b (diff) | |
download | gnulib-6ef93da4cacc1865683aa3d3d6e0a97e0ed3e429.tar.gz |
Update for NetBSD 5.0.
* m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Don't guess yes on
NetBSD; the test fails on NetBSD 5.0.
* doc/{glibc,posix,pastposix}-{headers,functions}/*.texi: Update info
about NetBSD.
Diffstat (limited to 'doc/glibc-functions/personality.texi')
-rw-r--r-- | doc/glibc-functions/personality.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/glibc-functions/personality.texi b/doc/glibc-functions/personality.texi index a4fa6615d4..96b9f887dd 100644 --- a/doc/glibc-functions/personality.texi +++ b/doc/glibc-functions/personality.texi @@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on all non-glibc platforms: -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 10, Cygwin, mingw, Interix 3.5, BeOS. +MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS. @end itemize |