Update.
[glibc.git] / include / sys / socket.h
blob2e91fb3e0a8b7f315bdcf1bae6fd40cfb641dea1
1 #ifndef _SYS_SOCKET_H
2 #include <socket/sys/socket.h>
4 /* Now define the internal interfaces. */
5 extern int __socket (int __domain, int __type, int __protocol);
7 /* Return a socket of any type. The socket can be used in subsequent
8 ioctl calls to talk to the kernel. */
9 extern int __opensock (void) internal_function;
11 #endif