about summary refs log tree commit diff
path: root/include/sys/socket.h
blob: 4766c206d893aa59e6b498c0946b4e7187d37085 (plain) (blame)
1
2
3
4
5
6
#ifndef _SYS_SOCKET_H
#include <socket/sys/socket.h>

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