#ifndef _SYS_SOCKET_H #include /* Now define the internal interfaces. */ extern int __socket (int __domain, int __type, int __protocol) __THROW; #endif