diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-27 16:07:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-27 16:07:53 +0000 |
commit | f94f8067b18803b47153fa0f8f67fe5763a1cd3b (patch) | |
tree | efedf8e041235d1a02a69210e67cecf377770fde /sysdeps | |
parent | 3f33a4ce763eca9b9f78c69a3431e0bfb8b4550c (diff) | |
download | glibc-f94f8067b18803b47153fa0f8f67fe5763a1cd3b.zip glibc-f94f8067b18803b47153fa0f8f67fe5763a1cd3b.tar.gz glibc-f94f8067b18803b47153fa0f8f67fe5763a1cd3b.tar.bz2 |
* sysdeps/unix/sysv/linux/Implies: Add unix/common.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/Implies | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Implies b/sysdeps/unix/sysv/linux/Implies index 141aab4..3f43b3e 100644 --- a/sysdeps/unix/sysv/linux/Implies +++ b/sysdeps/unix/sysv/linux/Implies @@ -1,3 +1,6 @@ +# 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. |