blob: 3f43b3ea826400e87cd312cbd93f460a24c4e0d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Linux shares most of the syscalls which are also common to BSD and SVR4.
unix/common
# 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
|