aboutgitcodelistschat:MatrixIRC
diff options
context:
space:
mode:
-rw-r--r--cooker/calls/net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cooker/calls/net.c b/cooker/calls/net.c
index 74ea668..a348037 100644
--- a/cooker/calls/net.c
+++ b/cooker/calls/net.c
@@ -245,6 +245,7 @@ static struct arg connect_args[] = {
struct call syscalls_net[] = {
{ __NR_connect, "connect", connect_args },
+ { __NR_bind, "bind", connect_args },
{ __NR_socket, "socket", socket_args },
{ 0 },
};