From e6db147b6c1e5309da084543e80935a3f31fd5b4 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Thu, 5 May 2005 03:42:02 +0000 Subject: * Makefile.am (INCLUDES): Don't -D_GNU_SOURCE here. * configure.in: Call AC_GNU_SOURCE here, after AC_PROG_CC. * configure, config.in, Makefile.in: Regenerate. * sysdep.h (stpcpy): Revert last change. --- bfd/sysdep.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bfd/sysdep.h') diff --git a/bfd/sysdep.h b/bfd/sysdep.h index d9469ef0b9..a9ea6b41c9 100644 --- a/bfd/sysdep.h +++ b/bfd/sysdep.h @@ -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 -- cgit v1.2.1