blob: 0d118bbcac50a1a8a60fba4fd826636d26d1bcb5 [file]
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);
}