Instead of making system or portable file readers responsible for
[pspp-builds.git] / src / str.h
index b1a44e22c24b6f709b113444467e634107e5e49b..9b90cf60f93695e4e6715b2b0d82e782905f3ab4 100644 (file)
--- a/src/str.h
+++ b/src/str.h
@@ -40,7 +40,7 @@
   char *strtok_r (char *, const char *, char **);
 #endif
 
-#if !HAVE_STPCPY && !__linux__
+#if !HAVE_STPCPY
   char *stpcpy (char *dest, const char *src);
 #endif