diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2017-04-10 20:01:26 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@google.com> | 2017-04-20 17:57:57 +0200 |
| commit | dd717f262b4b2d6727ff6b31bcedb144f6249ed5 (patch) | |
| tree | fb2e774316208741d6931a07192e31e00c80e32e /sys/socket_amd64.const | |
| parent | c0ee75a5814c7f79e969c03d6dc9ca5457663c43 (diff) | |
sys: fix sendmmsg and recvmmsg
Diffstat (limited to 'sys/socket_amd64.const')
| -rw-r--r-- | sys/socket_amd64.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/socket_amd64.const b/sys/socket_amd64.const index 894687482..e8ef6ff7c 100644 --- a/sys/socket_amd64.const +++ b/sys/socket_amd64.const @@ -114,6 +114,7 @@ SIOCSMIIREG = 35145 SIOCSPGRP = 35074 SIOCWANDEV = 35146 SOCK_CLOEXEC = 524288 +SOCK_DCCP = 6 SOCK_DGRAM = 2 SOCK_NONBLOCK = 2048 SOCK_PACKET = 10 |
