Skip to content

Commit

Permalink
Add MSG_CMSG_CLOEXEC to MsgFlags on Linux
Browse files Browse the repository at this point in the history
Fixes #421.
  • Loading branch information
sdroege committed Sep 9, 2016
1 parent 8aef24a commit 0f9cc05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sys/socket/consts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ mod os {
const MSG_DONTWAIT = 0x0040,
const MSG_EOR = 0x0080,
const MSG_ERRQUEUE = 0x2000,
const MSG_CMSG_CLOEXEC = 0x40000000,
}
}

Expand Down

0 comments on commit 0f9cc05

Please sign in to comment.