This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

shmat for Linux/x86_64


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]