fe3ae96079
This reverts commit 8b18c7c8cb.
13 lines
240 B
Modula-2
13 lines
240 B
Modula-2
headers = sys/socket.h sys/errno.h netdb.h stdio.h string.h unistd.h stdlib.h netinet/in.h
|
|
excludeDependentModules.osx = true
|
|
|
|
---
|
|
|
|
static int interop_errno() {
|
|
return errno;
|
|
}
|
|
|
|
static int interop_htons(int x) {
|
|
return htons(x);
|
|
}
|