From 6b8c0cedae3cfcdbd04dc1ffca2913f46f1a0cfd Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 15 Nov 2005 14:51:40 +0000 Subject: Correct Warning: function declaration isn't a prototype --- libc/string/strdup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/string/strdup.c') diff --git a/libc/string/strdup.c b/libc/string/strdup.c index 2bf2462fb..19c2d6ad1 100644 --- a/libc/string/strdup.c +++ b/libc/string/strdup.c @@ -9,8 +9,8 @@ #undef Wstrlen #undef Wstrcpy -#define Wstrlen __strlen -#define Wstrcpy __strcpy +#define Wstrlen strlen +#define Wstrcpy strcpy #include "wstring.c" -- cgit v1.2.3