diff options
Diffstat (limited to 'contrib/binutils/include/libiberty.h')
-rw-r--r-- | contrib/binutils/include/libiberty.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/binutils/include/libiberty.h b/contrib/binutils/include/libiberty.h index 1bc2b7d4..d31ac77 100644 --- a/contrib/binutils/include/libiberty.h +++ b/contrib/binutils/include/libiberty.h @@ -81,6 +81,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. */ |