[samples][socket][debug] mac build fix
(cherry picked from commit ac753b4f3a8e679967d79a69d4af84e3e8a96dfd)
This commit is contained in:
committed by
Vasily Levchenko
parent
d3185e3e19
commit
9b37a30b45
@@ -1,5 +1,6 @@
|
|||||||
headers = sys/socket.h sys/errno.h netdb.h stdio.h string.h unistd.h stdlib.h netinet/in.h
|
headers = sys/socket.h sys/errno.h netdb.h stdio.h string.h unistd.h stdlib.h netinet/in.h
|
||||||
compilerOpts.osx = -D_ANSI_SOURCE
|
compilerOpts.osx = -D_ANSI_SOURCE -D_POSIX_SOURCE
|
||||||
|
excludeFunctions.osx = addrsel_policy_init
|
||||||
---
|
---
|
||||||
|
|
||||||
static int interop_errno() {
|
static int interop_errno() {
|
||||||
|
|||||||
Reference in New Issue
Block a user