We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b81000 commit 2fb6ef3Copy full SHA for 2fb6ef3
src/sys/eventfd.rs
@@ -4,9 +4,9 @@ use {Errno, Result};
4
5
libc_bitflags! {
6
flags EfdFlags: libc::c_int {
7
- const EFD_CLOEXEC, // Since Linux 2.6.27
8
- const EFD_NONBLOCK, // Since Linux 2.6.27
9
- const EFD_SEMAPHORE, // Since Linux 2.6.30
+ EFD_CLOEXEC, // Since Linux 2.6.27
+ EFD_NONBLOCK, // Since Linux 2.6.27
+ EFD_SEMAPHORE, // Since Linux 2.6.30
10
}
11
12
0 commit comments