From 18a09235ad37eba04959918425e34890aa4a9aba Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Wed, 8 Nov 2017 13:29:47 +0300 Subject: [PATCH] [platform lib][osx][buid][debug] exclude openat (#1019) --- klib/src/platform/osx/posix.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klib/src/platform/osx/posix.def b/klib/src/platform/osx/posix.def index 29a2ec14bed..21ee81fca6b 100644 --- a/klib/src/platform/osx/posix.def +++ b/klib/src/platform/osx/posix.def @@ -19,7 +19,7 @@ excludedFunctions = KERNEL_AUDIT_TOKEN KERNEL_SECURITY_TOKEN add_profil addrsel_policy_init \ in6addr_linklocal_allv2routers \ pfctlinput regwnexec_l res_send_setqhook res_send_setrhook \ - unwhiteout zopen profil + unwhiteout zopen profil openat linkerOpts = -ldl -lresolv ---