diff options
author | Roland McGrath <roland@gnu.org> | 1996-02-13 10:16:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-02-13 10:16:25 +0000 |
commit | 363113d02a48598cf903c5b5409f71fe2a16ba13 (patch) | |
tree | ffa1082720fe6c3e194e013c6ed5bd271bd2146d | |
parent | 3585d6bf303a8a9ea9cbb84210bb62e997206697 (diff) |
Tue Feb 13 05:12:02 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>cvs/libc-960213
* sysdeps/unix/sysv/linux/syscalls.list: Add ipc syscall.
* sysdeps/unix/sysv/linux/i386/syscalls.list: File removed.
Tue Feb 13 05:12:02 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
* sysdeps/unix/sysv/linux/syscalls.list: Add ipc syscall.
* sysdeps/unix/sysv/linux/i386/syscalls.list: File removed.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/syscalls.list | 3 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/syscalls.list | 1 |
3 files changed, 6 insertions, 3 deletions
@@ -1,3 +1,8 @@ +Tue Feb 13 05:12:02 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> + + * sysdeps/unix/sysv/linux/syscalls.list: Add ipc syscall. + * sysdeps/unix/sysv/linux/i386/syscalls.list: File removed. + Sat Feb 10 13:09:03 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/m68k/fpu/isinfl.c, sysdeps/m68k/fpu/isnanl.c, diff --git a/sysdeps/unix/sysv/linux/i386/syscalls.list b/sysdeps/unix/sysv/linux/i386/syscalls.list deleted file mode 100644 index 89051677b4..0000000000 --- a/sysdeps/unix/sysv/linux/i386/syscalls.list +++ /dev/null @@ -1,3 +0,0 @@ -# File name Caller Syscall name # args Strong name Weak names - -ipc - ipc 5 __ipc diff --git a/sysdeps/unix/sysv/linux/syscalls.list b/sysdeps/unix/sysv/linux/syscalls.list index 516f40255c..cba83ea575 100644 --- a/sysdeps/unix/sysv/linux/syscalls.list +++ b/sysdeps/unix/sysv/linux/syscalls.list @@ -6,6 +6,7 @@ getpgid - getpgid 1 getpgid getpgrp - getpgrp 0 getpgrp getsid - getsid 1 getsid gtty - gtty 2 gtty +ipc - ipc 5 __ipc mlock - mlock 2 __mlock mlock mlockall - mlockall 1 __mlockall mlockall mount - mount 5 __mount mount |