From b133fe1cac9f99b63ea56daf92caa1423b1289d0 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:07:43 +0000 Subject: next portion of libc_hidden_proto removal --- include/sys/socket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sys/socket.h') diff --git a/include/sys/socket.h b/include/sys/socket.h index 4ae1ea980..5b1298f4c 100644 --- a/include/sys/socket.h +++ b/include/sys/socket.h @@ -98,6 +98,7 @@ typedef union { __SOCKADDR_ALLTYPES 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 (int __domain, int __type, int __protocol) __THROW; +libc_hidden_proto(socket) /* Create two new sockets, of type TYPE in domain DOMAIN and using protocol PROTOCOL, which are connected to each other, and put file -- cgit v1.2.3