From 6a05c783acbb25f1c8a5d99960364124b543ae03 Mon Sep 17 00:00:00 2001 From: Greg McGary Date: Thu, 22 Jun 2000 22:52:59 +0000 Subject: * sysdeps/unix/syscalls.list (sys_mknod): Fix signatures. * sysdeps/unix/inet/syscalls.list (accept, getpeername, getsockname): Fix signatures. 2000-06-22 Greg McGary * sysdeps/unix/syscalls.list (sys_mknod): Fix signatures. * sysdeps/unix/inet/syscalls.list (accept, getpeername, getsockname): Fix signatures. --- sysdeps/unix/inet/syscalls.list | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysdeps/unix/inet') diff --git a/sysdeps/unix/inet/syscalls.list b/sysdeps/unix/inet/syscalls.list index 93ca33ae52..7c4623110a 100644 --- a/sysdeps/unix/inet/syscalls.list +++ b/sysdeps/unix/inet/syscalls.list @@ -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 -- cgit v1.2.3-70-g09d2