blob: 141aab485cbfb0555f299c6512ae34da625bbf94 (
plain) (
blame)
1
2
3
4
5
6
7
|
# Linux has not yet (as of 1.3.18) the canonical set of <sys/mman.h>
# system calls. msync() and madvice() are missing, so their stubs
# are found here. I think later version will have them ones.
unix/mman
# Linux has network support in the kernel.
unix/inet
|