mirror of git://git.musl-libc.org/musl
remove cruft from pre-posix_spawn version of the system function
This commit is contained in:
parent
2d0f495e7b
commit
7914ce9204
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue