From 8aa30e60ce16468892f60cf7ea377f0d83861ab0 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Sat, 10 Mar 2001 22:23:50 +0000 Subject: merge from gcc --- include/libiberty.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/libiberty.h') 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. */ -- cgit v1.1