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]

[PATCH] Remove duplicated entry in syscalls.list


This patch removes duplicated entry for getpeername in
sysdeps/unix/sysv/linux/**/syscalls.list.

Regards,
-- gotom

2005-02-14  GOTO Masanori  <gotom@debian.or.jp>

	* sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove the duplicated
	getpeername entry.
	* sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
	* sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.

Index: sysdeps/unix/sysv/linux/alpha/syscalls.list
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/alpha/syscalls.list,v
retrieving revision 1.64
diff -u -r1.64 syscalls.list
--- sysdeps/unix/sysv/linux/alpha/syscalls.list	23 Mar 2004 23:31:19 -0000	1.64
+++ sysdeps/unix/sysv/linux/alpha/syscalls.list	17 Jan 2005 00:28:56 -0000
@@ -16,7 +16,6 @@
 sigstack	-	sigstack	2	sigstack
 vfork		-	vfork		0	__vfork		vfork
 
-getpeername	-	getpeername	i:ipp	__getpeername	getpeername
 getpriority	-	getpriority	i:ii	__getpriority	getpriority
 open		-	open		Ci:siv	__libc_open	__open open !__libc_open64 __open64 open64
 open64		open	-
Index: sysdeps/unix/sysv/linux/ia64/syscalls.list
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/ia64/syscalls.list,v
retrieving revision 1.38
diff -u -r1.38 syscalls.list
--- sysdeps/unix/sysv/linux/ia64/syscalls.list	23 Mar 2004 23:31:19 -0000	1.38
+++ sysdeps/unix/sysv/linux/ia64/syscalls.list	17 Jan 2005 00:28:56 -0000
@@ -2,7 +2,6 @@
 
 umount2		-	umount		2	__umount2	umount2
 
-getpeername	-	getpeername	i:ipp	__getpeername	getpeername
 getpriority	-	getpriority	i:ii	__getpriority	getpriority
 
 # semaphore and shm system calls
Index: sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list,v
retrieving revision 1.19
diff -u -r1.19 syscalls.list
--- sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list	23 Mar 2004 23:31:18 -0000	1.19
+++ sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list	17 Jan 2005 00:28:56 -0000
@@ -1,6 +1,5 @@
 # File name	Caller	Syscall name	# args	Strong name	Weak names
 
-getpeername	-	getpeername	i:ipp	__getpeername	getpeername
 vfork		-	vfork		0	__vfork		vfork
 
 # semaphore and shm system calls


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