| 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 -D_POSIX_SOURCE | |
| excludeFunctions.osx = addrsel_policy_init | |
| --- | |
| static int interop_errno() { | |
| return errno; | |
| } | |
| static short interop_htons(short x) { | |
| return htons(x); | |
| } | |
| static short interop_ntohs(short x) { | |
| return ntohs(x); | |
| } |