aboutsummaryrefslogtreecommitdiff
path: root/include/libiberty.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-03-10 22:23:50 +0000
committerDJ Delorie <dj@redhat.com>2001-03-10 22:23:50 +0000
commit8aa30e60ce16468892f60cf7ea377f0d83861ab0 (patch)
tree2ca684a19f5fbfe38686f6691a143d2db61901e4 /include/libiberty.h
parent21479deda01ad5fe23f41c69a46c10b7806ca5fa (diff)
downloadgdb-8aa30e60ce16468892f60cf7ea377f0d83861ab0.zip
gdb-8aa30e60ce16468892f60cf7ea377f0d83861ab0.tar.gz
gdb-8aa30e60ce16468892f60cf7ea377f0d83861ab0.tar.bz2
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 e4fc2af..c61c1f0 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. */