chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / sysdeps / unix / sysv / linux / Implies
1 # The gnu subdirectory exists for things common to both Linux-based and
2 # Hurd-based GNU systems.
3 gnu
4
5 # Linux shares most of the syscalls which are also common to BSD and SVR4.
6 unix/common
7
8 # Linux as of version 1.3.29 has all functions of the mmap family
9 # which are described in POSIX.4.  Missing is only madvise() so
10 # we define a stub here.
11 unix/mman
12
13 # Linux has network support in the kernel.
14 unix/inet