remove cruft from pre-posix_spawn version of the system function
authorRich Felker <dalias@aerifal.cx>
Mon, 25 Mar 2013 02:40:54 +0000 (22:40 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 25 Mar 2013 02:40:54 +0000 (22:40 -0400)
src/process/system.c

index 4232bef..f5b7b49 100644 (file)
@@ -7,12 +7,6 @@
 #include "pthread_impl.h"
 #include "libc.h"
 
 #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)
 extern char **__environ;
 
 int system(const char *cmd)