summaryrefslogtreecommitdiffstats
path: root/include/libiberty.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-03-10 22:23:16 +0000
committerDJ Delorie <dj@redhat.com>2001-03-10 22:23:16 +0000
commit6a6a6fa2aeb3ce49529d32db6ae6ab2e87893960 (patch)
tree5c6d058edf6a5f05f75d800b5ecd7de09ee3bc68 /include/libiberty.h
parente2f2a27ee83c8d05ca665acb5a5910e2594c4cc8 (diff)
downloadcygnal-6a6a6fa2aeb3ce49529d32db6ae6ab2e87893960.tar.gz
cygnal-6a6a6fa2aeb3ce49529d32db6ae6ab2e87893960.tar.bz2
cygnal-6a6a6fa2aeb3ce49529d32db6ae6ab2e87893960.zip
merge from gcc
Diffstat (limited to 'include/libiberty.h')
-rw-r--r--include/libiberty.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libiberty.h b/include/libiberty.h
index e4fc2af20..c61c1f012 100644
--- a/include/libiberty.h
+++ b/include/libiberty.h
@@ -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. */