Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove the duplicated
Browse files Browse the repository at this point in the history
	getpeername entry.
	* sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
	* sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
  • Loading branch information
Roland McGrath committed Feb 15, 2005
1 parent 3220ccb commit 804dc8a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
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.

2005-02-11 Jakub Jelinek <jakub@redhat.com>

* scripts/soversions.awk: Only record first WORDSIZE{32,64}
Expand Down
1 change: 0 additions & 1 deletion sysdeps/unix/sysv/linux/alpha/syscalls.list
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ oldsemctl EXTRA semctl i:iiii __old_semctl semctl@GLIBC_2.0
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 -
Expand Down
1 change: 0 additions & 1 deletion sysdeps/unix/sysv/linux/ia64/syscalls.list
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 804dc8a

Please sign in to comment.