summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-04-16 12:10:16 +0200
committerBruno Haible <bruno@clisp.org>2011-04-16 12:10:16 +0200
commitd8fb6162b94aa556e0e150cc27d797d688a9e767 (patch)
tree9966f8eea6e8084a9cbbeb2c4650306dd00ba8b1 /doc
parent2aa729ac6af316bc30111144684a51c4650d5c44 (diff)
downloadgnulib-d8fb6162b94aa556e0e150cc27d797d688a9e767.tar.gz
strchrnul: Tweak last commit.
* doc/glibc-functions/strchrnul.texi: Add more details about Cygwin bug. * lib/string.in.h (strchrnul): Use same arguments in _GL_FUNCDECL_RPL as in _GL_FUNCDECL_SYS. * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Invoke gl_PREREQ_STRCHRNUL after AC_LIBOBJ. When cross-compiling, say "guessing yes" not "yes".
Diffstat (limited to 'doc')
-rw-r--r--doc/glibc-functions/strchrnul.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/glibc-functions/strchrnul.texi b/doc/glibc-functions/strchrnul.texi
index 610e935cdc..f108c54063 100644
--- a/doc/glibc-functions/strchrnul.texi
+++ b/doc/glibc-functions/strchrnul.texi
@@ -12,7 +12,7 @@ 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.7.8, mingw, Interix 3.5,
BeOS.
@item
-This function is broken on some platforms:
+This function crashes when no occurrence is found on some platforms:
Cygwin 1.7.9.
@end itemize