From ccf404b1021c4d59c32878e9c4d81e3a551c5ffb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 10 Apr 2010 11:29:14 +0200 Subject: strnlen: Fix warning in C++ mode on MacOS X. --- modules/string | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/string') diff --git a/modules/string b/modules/string index 959670af46..c02cef67ed 100644 --- a/modules/string +++ b/modules/string @@ -89,6 +89,7 @@ string.h: string.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \ -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \ -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \ + -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \ -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \ -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \ -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \ -- cgit v1.2.1