Provide more functions on Darwin flavours of POSIX. (#3860)
This commit is contained in:
@@ -13,7 +13,7 @@ headers = alloca.h assert.h complex.h ctype.h dirent.h dlfcn.h err.h errno.h fcn
|
||||
sys/queue.h sys/select.h sys/shm.h sys/stat.h \
|
||||
sys/syslimits.h sys/time.h sys/times.h sys/utsname.h sys/wait.h
|
||||
|
||||
compilerOpts = -D_XOPEN_SOURCE
|
||||
compilerOpts = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE
|
||||
linkerOpts = -ldl -lresolv
|
||||
excludedFunctions = acl_valid_link_np add_profil pfctlinput profil unwhiteout zopen getdirentries
|
||||
excludedFunctions.ios_arm32 = longjmperror
|
||||
|
||||
@@ -13,7 +13,7 @@ headers = alloca.h ar.h assert.h complex.h ctype.h dirent.h dlfcn.h err.h errno.
|
||||
sys/queue.h sys/select.h sys/shm.h sys/socket.h sys/stat.h \
|
||||
sys/syslimits.h sys/time.h sys/times.h sys/utsname.h sys/wait.h
|
||||
|
||||
compilerOpts = -D_XOPEN_SOURCE -DSHARED_LIBBIND -D_DARWIN_NO_64_BIT_INODE
|
||||
compilerOpts = -D_XOPEN_SOURCE -DSHARED_LIBBIND -D_DARWIN_NO_64_BIT_INODE -D_DARWIN_C_SOURCE
|
||||
# -D_ANSI_SOURCE, sigh, breaks user_addr_t
|
||||
excludedFunctions = KERNEL_AUDIT_TOKEN KERNEL_SECURITY_TOKEN add_profil \
|
||||
addrsel_policy_init \
|
||||
|
||||
@@ -13,7 +13,7 @@ headers = alloca.h assert.h complex.h ctype.h dirent.h dlfcn.h err.h errno.h fcn
|
||||
sys/queue.h sys/select.h sys/shm.h sys/stat.h \
|
||||
sys/syslimits.h sys/time.h sys/times.h sys/utsname.h sys/wait.h
|
||||
|
||||
compilerOpts = -D_XOPEN_SOURCE
|
||||
compilerOpts = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE
|
||||
linkerOpts = -ldl -lresolv
|
||||
|
||||
excludedFunctions = acl_valid_link_np pfctlinput profil unwhiteout zopen getdirentries
|
||||
|
||||
@@ -13,7 +13,7 @@ headers = alloca.h assert.h complex.h ctype.h dirent.h dlfcn.h err.h errno.h fcn
|
||||
sys/queue.h sys/select.h sys/shm.h sys/stat.h \
|
||||
sys/syslimits.h sys/time.h sys/times.h sys/utsname.h sys/wait.h
|
||||
|
||||
compilerOpts = -D_XOPEN_SOURCE
|
||||
compilerOpts = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE
|
||||
linkerOpts = -ldl -lresolv
|
||||
|
||||
excludedFunctions = acl_valid_link_np pfctlinput profil unwhiteout zopen getdirentries
|
||||
|
||||
Reference in New Issue
Block a user