summaryrefslogtreecommitdiff
path: root/include/sys/socket.h
blob: d6737f5b34595c77572935e1c343a5f0899c21e8 (plain)
1
2
3
4
5
6
#ifndef _SYS_SOCKET_H
#include <socket/sys/socket.h>

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