From: Jim Meyering Date: Thu, 25 Dec 1997 17:01:13 +0000 (+0000) Subject: Declare stpcpy only if not defined as macro. X-Git-Tag: FILEUTILS-3_16h~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f71c219103c62e8d428c1cb71009ac5c242f965;p=thirdparty%2Fcoreutils.git Declare stpcpy only if not defined as macro. --- diff --git a/src/sys2.h b/src/sys2.h index a5225714f6..e2d41594e8 100644 --- a/src/sys2.h +++ b/src/sys2.h @@ -133,7 +133,9 @@ char *realloc (); #endif #ifndef HAVE_DECL_STPCPY +# ifndef stpcpy char *stpcpy (); +# endif #endif #ifndef HAVE_DECL_STRSTR