add __isoc99_vfscanf weak alias to vfscanf
[musl] / src / process / system.c
index 4232bef..8cbdda0 100644 (file)
@@ -1,5 +1,5 @@
 #include <unistd.h>
-#include <fcntl.h>
+#include <stdlib.h>
 #include <signal.h>
 #include <sys/wait.h>
 #include <spawn.h>
@@ -7,12 +7,6 @@
 #include "pthread_impl.h"
 #include "libc.h"
 
-static void dummy_0()
-{
-}
-weak_alias(dummy_0, __acquire_ptc);
-weak_alias(dummy_0, __release_ptc);
-
 extern char **__environ;
 
 int system(const char *cmd)