From 48cca524ca0334bf4fdc036f7898555d83898669 Mon Sep 17 00:00:00 2001 From: comex Date: Thu, 16 Jul 2015 18:13:11 -0400 Subject: fix hang caused by -fvisibility=hidden x.x --- darwin-bootstrap/posixspawn-hook.c | 1 + 1 file changed, 1 insertion(+) (limited to 'darwin-bootstrap') 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) { -- cgit v1.2.3