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/posix-functions/mkdirat.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/posix-functions/mkdirat.texi')
-rw-r--r-- | doc/posix-functions/mkdirat.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/mkdirat.texi b/doc/posix-functions/mkdirat.texi index c291af48bf..0cb68bd385 100644 --- a/doc/posix-functions/mkdirat.texi +++ b/doc/posix-functions/mkdirat.texi @@ -10,7 +10,7 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -glibc 2.3.6, MacOS X 10.5, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX +glibc 2.3.6, 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 1.5.x, mingw, Interix 3.5, BeOS. But the replacement function is not safe to be used in libraries and is not multithread-safe. @end itemize |