summaryrefslogtreecommitdiff
path: root/printf
diff options
context:
space:
mode:
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)