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/strlen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string/i386/strlen.c') diff --git a/libc/string/i386/strlen.c b/libc/string/i386/strlen.c index 2ef57e3f8..f0767b600 100644 --- a/libc/string/i386/strlen.c +++ b/libc/string/i386/strlen.c @@ -32,6 +32,7 @@ #include +libc_hidden_proto(strlen) size_t strlen(const char *s) { int d0; @@ -44,5 +45,4 @@ size_t strlen(const char *s) :"=c" (__res), "=&D" (d0) :"1" (s),"a" (0), "0" (0xffffffff)); return __res; } -libc_hidden_proto(strlen) libc_hidden_def(strlen) -- cgit v1.2.3