aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcomex2015-07-16 18:13:11 -0400
committercomex2015-07-16 18:13:11 -0400
commit48cca524ca0334bf4fdc036f7898555d83898669 (patch)
tree59829d0d026b9ad91490b4aae17c15a9ab16c26d
parentbaton fix (diff)
downloadsubstitute-48cca524ca0334bf4fdc036f7898555d83898669.tar.gz
fix hang caused by -fvisibility=hidden x.x
-rw-r--r--darwin-bootstrap/posixspawn-hook.c1
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) {