]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/linux/Implies: Add unix/common.
authorRoland McGrath <roland@gnu.org>
Wed, 27 Sep 1995 16:07:53 +0000 (16:07 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 27 Sep 1995 16:07:53 +0000 (16:07 +0000)
ChangeLog
sysdeps/unix/sysv/linux/Implies

index 12d59f5fe35c386df47bc2833d9aa21103bfd000..a4093c997417458e66c3c7c421c8d9422fb81ba0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Wed Sep 27 00:27:25 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
+       * sysdeps/unix/sysv/linux/Implies: Add unix/common.
+
        * sysdeps/unix/i386/sysdep.h [HAVE_ELF] (ASM_TYPE_DIRECTIVE):
        Don't use `type' for arg name, since we are using it as a keyword
        in the rhs. 
index 141aab485cbfb0555f299c6512ae34da625bbf94..3f43b3ea826400e87cd312cbd93f460a24c4e0d5 100644 (file)
@@ -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.