OSDN Git Service

* libiberty/lbasename.c: New file.
[pf3gnuchains/gcc-fork.git] / include / libiberty.h
index e4fc2af..c61c1f0 100644 (file)
@@ -56,6 +56,10 @@ extern char *basename ();
 # endif
 #endif
 
+/* A well-defined basename () that is always compiled in.  */
+
+extern char *lbasename PARAMS ((const char *));
+
 /* Concatenate an arbitrary number of strings, up to (char *) NULL.
    Allocates memory using xmalloc.  */