summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2009-06-01 20:48:39 +0000
committerdchagin <dchagin@FreeBSD.org>2009-06-01 20:48:39 +0000
commitbb8f1f3e67af8643881e71a4d80d6580ba2aa43a (patch)
treed6f838060e9d29ba5458e3d844625bab9dc12634 /sys/i386
parent76d24c5be3b678fc63b8b3b0cd9fad664c2303ca (diff)
downloadFreeBSD-src-bb8f1f3e67af8643881e71a4d80d6580ba2aa43a.zip
FreeBSD-src-bb8f1f3e67af8643881e71a4d80d6580ba2aa43a.tar.gz
Implement accept4 syscall.
Approved by: kib (mentor) MFC after: 1 month
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/linux/linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h
index b7a8830..d614716 100644
--- a/sys/i386/linux/linux.h
+++ b/sys/i386/linux/linux.h
@@ -645,6 +645,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
OpenPOWER on IntegriCloud