aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32/linux.h
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2009-06-01 20:48:39 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2009-06-01 20:48:39 +0000
commitf8cd0af23214f9a6ae94c6da5148017dde5c0237 (patch)
treed6f838060e9d29ba5458e3d844625bab9dc12634 /sys/amd64/linux32/linux.h
parent93e694c9dfa2dada489b8734e36b05f65d900651 (diff)
downloadsrc-f8cd0af23214f9a6ae94c6da5148017dde5c0237.tar.gz
src-f8cd0af23214f9a6ae94c6da5148017dde5c0237.zip
Implement accept4 syscall.
Approved by: kib (mentor) MFC after: 1 month
Notes
Notes: svn path=/head/; revision=193264
Diffstat (limited to 'sys/amd64/linux32/linux.h')
-rw-r--r--sys/amd64/linux32/linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/linux32/linux.h b/sys/amd64/linux32/linux.h
index 781acbbe9462..350e773144ab 100644
--- a/sys/amd64/linux32/linux.h
+++ b/sys/amd64/linux32/linux.h
@@ -669,6 +669,7 @@ union l_semun {
#define LINUX_GETSOCKOPT 15
#define LINUX_SENDMSG 16
#define LINUX_RECVMSG 17
+#define LINUX_ACCEPT4 18
#define LINUX_SOL_SOCKET 1
#define LINUX_SOL_IP 0