about summary refs log tree commit diff
path: root/string/strdup.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/strdup.c')
-rw-r--r--string/strdup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/strdup.c b/string/strdup.c
index 257f428ead..be3883f688 100644
--- a/string/strdup.c
+++ b/string/strdup.c
@@ -25,7 +25,7 @@
 # include <string.h>
 #else
 char *malloc ();
-char *strcpy ();
+char *memcpy ();
 #endif
 
 #ifndef weak_alias