use internal malloc for posix_spawn file actions objects
[musl] / src / env / setenv.c
index a7dd2b6..c5226b6 100644 (file)
@@ -2,9 +2,6 @@
 #include <string.h>
 #include <errno.h>
 
-char *__strchrnul(const char *, int);
-int __putenv(char *, size_t, char *);
-
 void __env_rm_add(char *old, char *new)
 {
        static char **env_alloced;