From: Andreas Jaeger Date: Thu, 22 Aug 2002 11:06:21 +0000 (+0000) Subject: Fix arguments of shmat. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc2ad59e0fbe2b0eeb4207d4b39c5e18a5d89c2c;p=thirdparty%2Fglibc.git Fix arguments of shmat. --- diff --git a/sysdeps/unix/sysv/linux/x86_64/syscalls.list b/sysdeps/unix/sysv/linux/x86_64/syscalls.list index 12510538f0d..25639546925 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