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/strtok_r.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/string/strtok_r.c') diff --git a/libc/string/strtok_r.c b/libc/string/strtok_r.c index 3f92c034d..ac86cb168 100644 --- a/libc/string/strtok_r.c +++ b/libc/string/strtok_r.c @@ -8,9 +8,9 @@ #define Wstrtok_r __strtok_r #undef Wstrspn -#define Wstrspn __strspn +#define Wstrspn strspn #undef Wstrpbrk -#define Wstrpbrk __strpbrk +#define Wstrpbrk strpbrk #include "wstring.c" -- cgit v1.2.3