diff options
author | comex | 2015-07-16 18:13:11 -0400 |
---|---|---|
committer | comex | 2015-07-16 18:13:11 -0400 |
commit | 48cca524ca0334bf4fdc036f7898555d83898669 (patch) | |
tree | 59829d0d026b9ad91490b4aae17c15a9ab16c26d /darwin-bootstrap/posixspawn-hook.c | |
parent | baton fix (diff) | |
download | substitute-48cca524ca0334bf4fdc036f7898555d83898669.tar.gz |
fix hang caused by -fvisibility=hidden x.x
Diffstat (limited to 'darwin-bootstrap/posixspawn-hook.c')
-rw-r--r-- | darwin-bootstrap/posixspawn-hook.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/darwin-bootstrap/posixspawn-hook.c b/darwin-bootstrap/posixspawn-hook.c index 37debb7..5b6feff 100644 --- a/darwin-bootstrap/posixspawn-hook.c +++ b/darwin-bootstrap/posixspawn-hook.c @@ -541,6 +541,7 @@ int hook_sandbox_check(pid_t pid, const char *op, int type, ...) { blah[0], blah[1], blah[2], blah[3], blah[4]); } +EXPORT void substitute_init(struct shuttle *shuttle, size_t nshuttle) { /* Just tell them we're done */ if (nshuttle != 1) { |