OSDN Git Service

* Makefile.am (INCLUDES): Don't -D_GNU_SOURCE here.
[pf3gnuchains/pf3gnuchains4x.git] / bfd / sysdep.h
index d9469ef..a9ea6b4 100644 (file)
@@ -126,9 +126,7 @@ extern PTR realloc ();
 #endif
 
 #if !HAVE_DECL_STPCPY
-/* With glibc, not exposed without -D__USE_GNU, but some old versions
-   (2.2.5-34 on RH 7.3) still expose the macro.  */
-extern char *(stpcpy) (char *__dest, const char *__src);
+extern char *stpcpy (char *__dest, const char *__src);
 #endif
 
 #if !HAVE_DECL_STRSTR