Skip to content

Commit

Permalink
* sysdeps/unix/syscalls.list (sys_mknod): Fix signatures.
Browse files Browse the repository at this point in the history
* sysdeps/unix/inet/syscalls.list (accept, getpeername, getsockname): 
Fix signatures.
2000-06-22  Greg McGary  <greg@mcgary.org>

	* sysdeps/unix/syscalls.list (sys_mknod): Fix signatures.
	* sysdeps/unix/inet/syscalls.list (accept, getpeername, getsockname):
	Fix signatures.
  • Loading branch information
Greg McGary committed Jun 22, 2000
1 parent d2e7a24 commit 6a05c78
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2000-06-22 Greg McGary <greg@mcgary.org>

* sysdeps/unix/syscalls.list (sys_mknod): Fix signatures.
* sysdeps/unix/inet/syscalls.list (accept, getpeername, getsockname):
Fix signatures.

2000-06-23 Jes Sorensen <jes@linuxcare.com>

* sysdeps/ia64/memcpy.S: Disable branch predict instruction.
Expand Down
6 changes: 3 additions & 3 deletions sysdeps/unix/inet/syscalls.list
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# File name Caller Syscall name # args Strong name Weak names

accept - accept i:ipi __libc_accept accept
accept - accept i:ipp __libc_accept accept
bind - bind i:ipi bind
connect - connect i:ipi __libc_connect __connect connect
gethostid - gethostid i: gethostid
gethostname - gethostname i:si __gethostname gethostname
getpeername - getpeername i:ipi getpeername
getsockname - getsockname i:ipi getsockname
getpeername - getpeername i:ipp getpeername
getsockname - getsockname i:ipp getsockname
getsockopt - getsockopt i:iiipp getsockopt
listen - listen i:ii listen
recv - recv i:ipii __libc_recv recv
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/syscalls.list
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ swapon - swapon i:s swapon
symlink - symlink i:ss __symlink symlink
sync - sync i: sync
sys_fstat fxstat fstat i:ip __syscall_fstat
sys_mknod xmknod mknod i:pii __syscall_mknod
sys_mknod xmknod mknod i:sii __syscall_mknod
sys_stat xstat stat i:sp __syscall_stat
umask - umask i:i __umask umask
uname - uname i:p uname
Expand Down

0 comments on commit 6a05c78

Please sign in to comment.