From: Roland McGrath Date: Wed, 27 Sep 1995 16:07:53 +0000 (+0000) Subject: * sysdeps/unix/sysv/linux/Implies: Add unix/common. X-Git-Tag: cvs/libc-951016~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f94f8067b18803b47153fa0f8f67fe5763a1cd3b;p=platform%2Fupstream%2Fglibc.git * sysdeps/unix/sysv/linux/Implies: Add unix/common. --- diff --git a/ChangeLog b/ChangeLog index 12d59f5..a4093c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Wed Sep 27 00:27:25 1995 Roland McGrath + * 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. 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 # system calls. msync() and madvice() are missing, so their stubs # are found here. I think later version will have them ones.