shmat for Linux/x86_64

Bruno Haible bruno@clisp.org
Fri Jul 12 04:35:00 GMT 2002


shmat() takes 3 arguments on all Linux platforms, right, not 4 ? This looks
like a typo to me.


2002-07-06  Bruno Haible  <bruno@clisp.org>

	* sysdeps/unix/sysv/linux/x86_64/syscalls.list (shmat): Takes 3 args,
	not 4.

diff -r -c3 glibc-20020627.bak/sysdeps/unix/sysv/linux/x86_64/syscalls.list glibc-20020627/sysdeps/unix/sysv/linux/x86_64/syscalls.list
--- glibc-20020627.bak/sysdeps/unix/sysv/linux/x86_64/syscalls.list	Fri Jun 14 21:06:52 2002
+++ glibc-20020627/sysdeps/unix/sysv/linux/x86_64/syscalls.list	Fri Jul  5 01:18:02 2002
@@ -22,7 +22,7 @@
 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



More information about the Libc-alpha mailing list