]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/uclibc/lib/contrib/uclibc/libc/string/basename.c
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libc / string / basename.c
index 29e7a2a82dece83a1768c3c9dfc8619e7d1bea32..abc9d89db1b618222992043b7fc60de8061c74e7 100644 (file)
@@ -5,7 +5,7 @@
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
-#include "_string.h"
+#include <string.h>
 
 #ifdef __USE_GNU
 
@@ -24,5 +24,4 @@ char *basename(const char *path)
 
        return (char *) p;
 }
-libc_hidden_def(basename)
 #endif