summaryrefslogtreecommitdiff
path: root/sys/include/sys/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/sys/syscall.h')
-rw-r--r--sys/include/sys/syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/sys/syscall.h b/sys/include/sys/syscall.h
index d79a697..9798d80 100644
--- a/sys/include/sys/syscall.h
+++ b/sys/include/sys/syscall.h
@@ -65,6 +65,7 @@
#define SYS_send 24
#define SYS_sendmsg 25
#define SYS_recvmsg 26
+#define SYS_connect 27
#if defined(_KERNEL)
/* Syscall return value and arg type */