mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-12 12:07:12 +08:00
11 lines
350 B
Plaintext
11 lines
350 B
Plaintext
# 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
|