]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Declare stpcpy only if not defined as macro.
authorJim Meyering <jim@meyering.net>
Thu, 25 Dec 1997 17:01:13 +0000 (17:01 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 25 Dec 1997 17:01:13 +0000 (17:01 +0000)
src/sys2.h

index a5225714f6d6e31ff1abb86132cd93fb5159e7db..e2d41594e8c33ac805fd3f6b3fed0c04a909dd5d 100644 (file)
@@ -133,7 +133,9 @@ char *realloc ();
 #endif
 
 #ifndef HAVE_DECL_STPCPY
+# ifndef stpcpy
 char *stpcpy ();
+# endif
 #endif
 
 #ifndef HAVE_DECL_STRSTR