diff options
Diffstat (limited to 'string/strdup.c')
-rw-r--r-- | string/strdup.c | 2 |
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 |