From 7914ce9204e907ae770fcbe59975010520fcac58 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 24 Mar 2013 22:40:54 -0400 Subject: [PATCH] remove cruft from pre-posix_spawn version of the system function --- src/process/system.c | 6 ------ 1 file changed, 6 deletions(-) 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) -- 2.20.1