* libiberty.h (basename): Add NetBSD to the list.
From-SVN: r59421
This commit is contained in:
parent
84b8f58ddb
commit
f60d9a8a86
@ -1,3 +1,7 @@
|
|||||||
|
2002-11-23 Simon Burge <simonb@wasabisystems.com>
|
||||||
|
|
||||||
|
* libiberty.h (basename): Add NetBSD to the list.
|
||||||
|
|
||||||
2002-11-22 Daniel Jacobowitz <drow@mvista.com>
|
2002-11-22 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
* libiberty.h (make_relative_prefix): Add prototype.
|
* libiberty.h (make_relative_prefix): Add prototype.
|
||||||
|
@ -74,7 +74,7 @@ extern char **dupargv PARAMS ((char **)) ATTRIBUTE_MALLOC;
|
|||||||
to find the declaration so provide a fully prototyped one. If it
|
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. */
|
is 1, we found it so don't provide any declaration at all. */
|
||||||
#if !HAVE_DECL_BASENAME
|
#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 *));
|
extern char *basename PARAMS ((const char *));
|
||||||
#else
|
#else
|
||||||
extern char *basename ();
|
extern char *basename ();
|
||||||
|
Loading…
Reference in New Issue
Block a user