diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-04-24 18:46:47 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-04-24 18:46:47 +0000 |
commit | 90e037bdc3049fca87787b18147f9cff51f32b91 (patch) | |
tree | 084c129a00aea0a54d3849757b4e03c465f58391 /sysdeps/unix/sysv/linux/Implies | |
parent | 3a533ca370725b68b516e6b74adf4727d17ed28a (diff) | |
download | glibc-90e037bdc3049fca87787b18147f9cff51f32b91.tar.gz glibc-90e037bdc3049fca87787b18147f9cff51f32b91.tar.xz glibc-90e037bdc3049fca87787b18147f9cff51f32b91.zip |
Merge sysdeps/unix/mman into sysdeps/unix.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Implies')
-rw-r--r-- | sysdeps/unix/sysv/linux/Implies | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/Implies b/sysdeps/unix/sysv/linux/Implies index 4deb1c6245..ab04990add 100644 --- a/sysdeps/unix/sysv/linux/Implies +++ b/sysdeps/unix/sysv/linux/Implies @@ -5,10 +5,5 @@ gnu # Linux shares most of the syscalls which are also common to BSD and SVR4. unix/common -# Linux as of version 1.3.29 has all functions of the mmap family -# which are described in POSIX.4. Missing is only madvise() so -# we define a stub here. -unix/mman - # Linux has network support in the kernel. unix/inet |