summaryrefslogtreecommitdiff
path: root/printf
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-04-23 00:40:27 +0200
committerKevin Ryde <user42@zip.com.au>2002-04-23 00:40:27 +0200
commit9c5250c3dac9f090c3dd79a64bdeea0df467ce7e (patch)
tree8efe2095b83ac53747c03aa3edce3428401f8f5d /printf
parentd621c76ca679f7b56dc4e6242efe1279a8e20604 (diff)
downloadgmp-9c5250c3dac9f090c3dd79a64bdeea0df467ce7e.tar.gz
Add a comment about AIX strnlen.
Diffstat (limited to 'printf')
-rw-r--r--printf/repl-vsnprintf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/printf/repl-vsnprintf.c b/printf/repl-vsnprintf.c
index 5109b04b5..d045af4d6 100644
--- a/printf/repl-vsnprintf.c
+++ b/printf/repl-vsnprintf.c
@@ -57,6 +57,9 @@ MA 02111-1307, USA. */
#include "gmp-impl.h"
+/* Autoconf notes that AIX 4.3 has a broken strnlen, but fortunately it
+ doesn't affect us since __gmp_replacement_vsnprintf is not required on
+ that system. */
#if ! HAVE_STRNLEN
static size_t
strnlen (const char *s, size_t n)