[samples][socket][debug] mac build fix

(cherry picked from commit ac753b4f3a8e679967d79a69d4af84e3e8a96dfd)
This commit is contained in:
Vasily Levchenko
2017-08-14 17:36:52 +03:00
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
compilerOpts.osx = -D_ANSI_SOURCE
compilerOpts.osx = -D_ANSI_SOURCE -D_POSIX_SOURCE
excludeFunctions.osx = addrsel_policy_init
---
static int interop_errno() {