diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-08-04 08:46:20 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-08-04 08:49:02 -0700 |
commit | 7142a86a2c86c1e68f43a6b9b5b23e8ac8a43d24 (patch) | |
tree | 56d599da7d4d721c25b42cb72f76ce415a1a5a6e /pkg | |
parent | 9873b8ea3ee87b2659c0b45cd8a23f01a52d3735 (diff) |
Internal change.
PiperOrigin-RevId: 324819246
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/abi/linux/socket.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/abi/linux/socket.go b/pkg/abi/linux/socket.go index d6946bb82..693996c01 100644 --- a/pkg/abi/linux/socket.go +++ b/pkg/abi/linux/socket.go @@ -83,7 +83,6 @@ const ( MSG_MORE = 0x8000 MSG_WAITFORONE = 0x10000 MSG_SENDPAGE_NOTLAST = 0x20000 - MSG_REINJECT = 0x8000000 MSG_ZEROCOPY = 0x4000000 MSG_FASTOPEN = 0x20000000 MSG_CMSG_CLOEXEC = 0x40000000 |