From 6f7dc709ed7e403af224b0fbb91e9619629eb2ec Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 14 Jan 2006 19:45:02 +0000 Subject: make DODEBUG=y happy, update sysdeps/common/* copyright --- libc/string/i386/strnlen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string/i386/strnlen.c') diff --git a/libc/string/i386/strnlen.c b/libc/string/i386/strnlen.c index 7d9042fa4..6b565dbd8 100644 --- a/libc/string/i386/strnlen.c +++ b/libc/string/i386/strnlen.c @@ -33,6 +33,7 @@ #define _GNU_SOURCE #include +libc_hidden_proto(strnlen) size_t strnlen(const char *s, size_t count) { int d0; @@ -51,5 +52,4 @@ size_t strnlen(const char *s, size_t count) :"c" (s),"1" (count)); return __res; } -libc_hidden_proto(strnlen) libc_hidden_def(strnlen) -- cgit v1.2.3