diff options
author | Jason Thorpe <thorpej@wasabisystems.com> | 2002-11-24 06:58:20 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@wasabisystems.com> | 2002-11-24 06:58:20 +0000 |
commit | f29c4db1855efd6692bb564f474dc627747b1a80 (patch) | |
tree | f1d391293d7b909e3169ae0c4d35057639a2a831 /include/libiberty.h | |
parent | 4497f2a88d350c6c78d078e01fbca90c49213d71 (diff) | |
download | newlib-f29c4db1855efd6692bb564f474dc627747b1a80.zip newlib-f29c4db1855efd6692bb564f474dc627747b1a80.tar.gz newlib-f29c4db1855efd6692bb564f474dc627747b1a80.tar.bz2 |
* libiberty.h (basename): Add NetBSD to the list.
Diffstat (limited to 'include/libiberty.h')
-rw-r--r-- | include/libiberty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libiberty.h b/include/libiberty.h index c02e035..f9916c5 100644 --- a/include/libiberty.h +++ b/include/libiberty.h @@ -74,7 +74,7 @@ extern char **dupargv PARAMS ((char **)) ATTRIBUTE_MALLOC; to find the declaration so provide a fully prototyped one. If it is 1, we found it so don't provide any declaration at all. */ #if !HAVE_DECL_BASENAME -#if defined (__GNU_LIBRARY__ ) || defined (__linux__) || defined (__FreeBSD__) || defined (__OpenBSD__) || defined (__CYGWIN__) || defined (__CYGWIN32__) || defined (HAVE_DECL_BASENAME) +#if defined (__GNU_LIBRARY__ ) || defined (__linux__) || defined (__FreeBSD__) || defined (__OpenBSD__) || defined(__NetBSD__) || defined (__CYGWIN__) || defined (__CYGWIN32__) || defined (HAVE_DECL_BASENAME) extern char *basename PARAMS ((const char *)); #else extern char *basename (); |