From ec91d8b59d5c8b314bc50cc6feedeeaf6fe3493c Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Wed, 23 Aug 2006 03:38:46 +0000 Subject: Merge from trunk. --- libc/string/basename.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/string/basename.c') diff --git a/libc/string/basename.c b/libc/string/basename.c index 2c4937fca..739eaec56 100644 --- a/libc/string/basename.c +++ b/libc/string/basename.c @@ -7,6 +7,7 @@ #include "_string.h" +#ifdef __USE_GNU libc_hidden_proto(basename) char *basename(const char *path) @@ -25,3 +26,4 @@ char *basename(const char *path) return (char *) p; } libc_hidden_def(basename) +#endif -- cgit v1.2.3