Update.
[platform/upstream/glibc.git] / sysdeps / generic / strncpy.c
index 06f5cec..24c7269 100644 (file)
@@ -19,6 +19,7 @@
 #include <string.h>
 #include <memcopy.h>
 
+#undef strncpy
 
 char *
 strncpy (s1, s2, n)