use direct syscall rather than write function in posix_spawn child
[musl] / src / string / strlcpy.c
index 4d3ff92..193d724 100644 (file)
@@ -1,5 +1,5 @@
+#define _BSD_SOURCE
 #include <string.h>
-#include <stdlib.h>
 #include <stdint.h>
 #include <limits.h>
 #include "libc.h"