Add few missing headers in Darwin kernel interop. (#2174)
This commit is contained in:
@@ -25,13 +25,13 @@ headers = AppleTextureEncoder.h AssertMacros.h Availability.h AvailabilityIntern
|
|||||||
bsm/audit.h \
|
bsm/audit.h \
|
||||||
os/activity.h os/availability.h os/base.h os/lock.h \
|
os/activity.h os/availability.h os/base.h os/lock.h \
|
||||||
os/log.h os/object.h os/overflow.h os/trace.h \
|
os/log.h os/object.h os/overflow.h os/trace.h \
|
||||||
simd/simd.h
|
simd/simd.h sys/sysctl.h
|
||||||
|
|
||||||
headerFilter = **
|
headerFilter = **
|
||||||
|
|
||||||
excludedFunctions = __tg_promote
|
excludedFunctions = __tg_promote
|
||||||
|
|
||||||
compilerOpts = -D_XOPEN_SOURCE
|
compilerOpts = -D_XOPEN_SOURCE -DSYSCTL_DEF_ENABLED
|
||||||
linkerOpts = -ldl -lz
|
linkerOpts = -ldl -lz
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ headers = AppleTextureEncoder.h AssertMacros.h Availability.h AvailabilityIntern
|
|||||||
gethostuuid.h glob.h ifaddrs.h inttypes.h iso646.h \
|
gethostuuid.h glob.h ifaddrs.h inttypes.h iso646.h \
|
||||||
langinfo.h \
|
langinfo.h \
|
||||||
libgen.h libunwind.h \
|
libgen.h libunwind.h \
|
||||||
membership.h monetary.h mpool.h \
|
membership.h menu.h monetary.h mpool.h \
|
||||||
nameser.h ndbm.h nl_types.h \
|
nameser.h ndbm.h nl_types.h \
|
||||||
notify.h notify_keys.h ntsid.h \
|
notify.h notify_keys.h ntsid.h \
|
||||||
printf.h \
|
printf.h \
|
||||||
@@ -25,15 +25,11 @@ headers = AppleTextureEncoder.h AssertMacros.h Availability.h AvailabilityIntern
|
|||||||
bsm/libbsm.h \
|
bsm/libbsm.h \
|
||||||
os/activity.h os/availability.h os/base.h os/lock.h \
|
os/activity.h os/availability.h os/base.h os/lock.h \
|
||||||
os/log.h os/object.h os/overflow.h os/trace.h \
|
os/log.h os/object.h os/overflow.h os/trace.h \
|
||||||
simd/simd.h
|
simd/simd.h sys/sysctl.h sys/user.h
|
||||||
|
|
||||||
headerFilter = **
|
headerFilter = **
|
||||||
|
|
||||||
excludedFunctions = __tg_promote
|
excludedFunctions = __tg_promote
|
||||||
|
|
||||||
compilerOpts = -D_XOPEN_SOURCE
|
compilerOpts = -D_XOPEN_SOURCE -DSHARED_LIBBIND -D_DARWIN_NO_64_BIT_INODE -DSYSCTL_DEF_ENABLED
|
||||||
linkerOpts = -ldl -lz
|
linkerOpts = -ldl -lz
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
// menu.h is excluded so far due to interop issues.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user