add put*ent functions for passwd/group files and similar for shadow
[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)