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.
2 parents ebb6b01 + 2fb6ef3 commit 20d05a1Copy full SHA for 20d05a1
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