diff options
author | Andreas Jaeger <aj@suse.de> | 2002-08-22 11:06:21 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2002-08-22 11:06:21 +0000 |
commit | fc2ad59e0fbe2b0eeb4207d4b39c5e18a5d89c2c (patch) | |
tree | 1a874b7793f0df30b7c232fa7c25369cd3001a64 | |
parent | d3260a1fdee2857c68397088eb9ffdfa046d204a (diff) | |
download | glibc-fc2ad59e0fbe2b0eeb4207d4b39c5e18a5d89c2c.tar.gz glibc-fc2ad59e0fbe2b0eeb4207d4b39c5e18a5d89c2c.tar.xz glibc-fc2ad59e0fbe2b0eeb4207d4b39c5e18a5d89c2c.zip |
Fix arguments of shmat.
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/syscalls.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/syscalls.list b/sysdeps/unix/sysv/linux/x86_64/syscalls.list index 12510538f0..2563954692 100644 --- a/sysdeps/unix/sysv/linux/x86_64/syscalls.list +++ b/sysdeps/unix/sysv/linux/x86_64/syscalls.list @@ -20,7 +20,7 @@ msgctl - msgctl i:iip __msgctl msgctl msgget - msgget i:ii __msgget msgget msgrcv - msgrcv i:ibnii __msgrcv msgrcv msgsnd - msgsnd i:ibni __msgsnd msgsnd -shmat - shmat i:ipii __shmat shmat +shmat - shmat i:ipi __shmat shmat shmctl - shmctl i:iip __shmctl shmctl shmdt - shmdt i:s __shmdt shmdt shmget - shmget i:iii __shmget shmget |