aboutsummaryrefslogtreecommitdiff
path: root/system/include/sys/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/sys/socket.h')
-rw-r--r--system/include/sys/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/include/sys/socket.h b/system/include/sys/socket.h
index 8ca6eccf..56a37375 100644
--- a/system/include/sys/socket.h
+++ b/system/include/sys/socket.h
@@ -68,6 +68,7 @@ ssize_t recv(int s, void *buf, size_t len, int flags);
ssize_t send(int s, const void *buf, size_t len, int flags);
int setsockopt(int s, int level, int optname, const void *optval, socklen_t optlen);
ssize_t sendto(int s, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen);
+int socketpair(int domain, int type, int protocol, int sv[2]);
struct msghdr
{