diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/Implies')
-rw-r--r-- | sysdeps/unix/sysv/linux/Implies | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Implies b/sysdeps/unix/sysv/linux/Implies new file mode 100644 index 0000000000..141aab485c --- /dev/null +++ b/sysdeps/unix/sysv/linux/Implies @@ -0,0 +1,7 @@ +# 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 |