From 032a3e76d290c776e26ae6c0a68e8b19885a68aa Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 14 Nov 2005 22:53:42 +0000 Subject: Corrections to splitted files --- libc/string/i386/strnlen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/string/i386/strnlen.c') diff --git a/libc/string/i386/strnlen.c b/libc/string/i386/strnlen.c index be7ace51d..4fceedf51 100644 --- a/libc/string/i386/strnlen.c +++ b/libc/string/i386/strnlen.c @@ -33,6 +33,7 @@ #define _GNU_SOURCE #include +#undef strnlen size_t attribute_hidden __strnlen(const char *s, size_t count) { int d0; -- cgit v1.2.3