[platform lib][osx][buid][debug] exclude openat (#1019)

This commit is contained in:
Vasily Levchenko
2017-11-08 13:29:47 +03:00
committed by Nikolay Igotti
parent 89a2b48c99
commit 18a09235ad
+1 -1
View File
@@ -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
---