fix wrong return value from wmemmove on forward copies
[musl] / src / string / strlcat.c
index a6b94c4..ef81209 100644 (file)
@@ -1,3 +1,4 @@
+#define _BSD_SOURCE
 #include <string.h>
 
 size_t strlcat(char *d, const char *s, size_t n)