diff options
Diffstat (limited to 'socket/Makefile')
-rw-r--r-- | socket/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/socket/Makefile b/socket/Makefile index 430b758..360a1dc 100644 --- a/socket/Makefile +++ b/socket/Makefile @@ -26,6 +26,6 @@ headers := sys/socket.h sys/un.h bits/sockaddr.h bits/socket.h \ routines := accept bind connect getpeername getsockname getsockopt \ listen recv recvfrom recvmsg send sendmsg sendto \ - setsockopt shutdown socket socketpair isfdtype + setsockopt shutdown socket socketpair isfdtype opensock include ../Rules |