about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/Implies
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/Implies')
-rw-r--r--sysdeps/unix/sysv/linux/Implies6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/Implies b/sysdeps/unix/sysv/linux/Implies
index 3f43b3ea82..41c26f20f9 100644
--- a/sysdeps/unix/sysv/linux/Implies
+++ b/sysdeps/unix/sysv/linux/Implies
@@ -1,9 +1,9 @@
 # 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.
+# 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.