From eb13b9a02d939ee7440472c5a5f86e55f3adbd54 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 12 Mar 1998 09:35:57 +0000 Subject: Update. 1998-03-12 Matthias Urlichs * nscd/nscd.c: Ignore SIGPIPE. 1998-03-12 Ulrich Drepper * nscd/nscd_getgr_r.c: Use __ protected names. * nscd/nscd_getpw_r.c: Likewise. 1998-03-12 Matthias Urlichs * nscd/nscd_getpw_r.c: Use pw_*_len values correctly. * nscd/nscd_getpw_r.c: Fix length calculation in result check, null bytes are not transmitted. 1998-03-12 00:40 Franz Sirl * powerpc/syscalls.list: Correct typo. * alpha/syscalls.list: Likewise. * mips/syscalls.list: Likewise. 1998-03-12 Ulrich Drepper * socket/sys/socket.h: Add prototype for __socket. --- socket/sys/socket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'socket') diff --git a/socket/sys/socket.h b/socket/sys/socket.h index c3b75b3..2358ab5 100644 --- a/socket/sys/socket.h +++ b/socket/sys/socket.h @@ -85,6 +85,7 @@ typedef union { __SOCKADDR_ALLTYPES /* Create a new socket of type TYPE in domain DOMAIN, using protocol PROTOCOL. If PROTOCOL is zero, one is chosen automatically. Returns a file descriptor for the new socket, or -1 for errors. */ +extern int __socket __P ((int __domain, int __type, int __protocol)); extern int socket __P ((int __domain, int __type, int __protocol)); /* Create two new sockets, of type TYPE in domain DOMAIN and using -- cgit v1.1