From: Rich Felker Date: Mon, 25 Mar 2013 02:40:54 +0000 (-0400) Subject: remove cruft from pre-posix_spawn version of the system function X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=7914ce9204e907ae770fcbe59975010520fcac58 remove cruft from pre-posix_spawn version of the system function --- diff --git a/src/process/system.c b/src/process/system.c index 4232bef0..f5b7b492 100644 --- a/src/process/system.c +++ b/src/process/system.c @@ -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)