diff options
Diffstat (limited to 'ld/sysdep.h')
-rw-r--r-- | ld/sysdep.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/sysdep.h b/ld/sysdep.h index 4f0b604..4c5e994 100644 --- a/ld/sysdep.h +++ b/ld/sysdep.h @@ -77,19 +77,19 @@ extern char *strrchr (); #include "fopen-same.h" #endif -#ifdef NEED_DECLARATION_STRSTR +#if !HAVE_DECL_STRSTR extern char *strstr (); #endif -#ifdef NEED_DECLARATION_FREE +#if !HAVE_DECL_FREE extern void free (); #endif -#ifdef NEED_DECLARATION_GETENV +#if !HAVE_DECL_GETENV extern char *getenv (); #endif -#ifdef NEED_DECLARATION_ENVIRON +#if !HAVE_DECL_ENVIRON extern char **environ; #endif |