Fix fallback definition of MSG_ZEROCOPY

* xlat/msg_flags.in (MSG_ZEROCOPY): Set fallback definition to 0x4000000.

Fixes: v4.21~316 ("Update MSG_* constants")
This commit is contained in:
Дмитрий Левин 2018-04-27 07:19:52 +00:00
parent bd9845770f
commit a0f071a2e6

View File

@ -16,7 +16,7 @@ MSG_NOSIGNAL
MSG_MORE
MSG_WAITFORONE
MSG_BATCH 0x40000
MSG_ZEROCOPY 0x20000000
MSG_ZEROCOPY 0x4000000
MSG_EOF
MSG_FASTOPEN
MSG_CMSG_CLOEXEC