From fc2ad59e0fbe2b0eeb4207d4b39c5e18a5d89c2c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 22 Aug 2002 11:06:21 +0000 Subject: [PATCH] Fix arguments of shmat. --- sysdeps/unix/sysv/linux/x86_64/syscalls.list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2