summaryrefslogtreecommitdiff
path: root/socket/sys/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'socket/sys/socket.h')
-rw-r--r--socket/sys/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/socket/sys/socket.h b/socket/sys/socket.h
index c3b75b382d..2358ab5582 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