From: Jim Meyering Date: Thu, 25 Dec 1997 16:49:08 +0000 (+0000) Subject: Declare stpcpy only if not defined as macro. X-Git-Tag: FILEUTILS-3_16h~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd29624fecf400cc6b184c2d78aa8763e9eb9312;p=thirdparty%2Fgnulib.git Declare stpcpy only if not defined as macro. --- diff --git a/lib/savedir.c b/lib/savedir.c index 76634eef4e..523e94e0eb 100644 --- a/lib/savedir.c +++ b/lib/savedir.c @@ -62,7 +62,9 @@ char *realloc (); # define NULL 0 #endif +#ifndef stpcpy char *stpcpy (); +#endif #include "savedir.h"