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 c73ef9c commit 1935c1aCopy full SHA for 1935c1a
src/unix/bsd/freebsdlike/mod.rs
@@ -439,7 +439,9 @@ pub const EMULTIHOP: ::c_int = 90;
439
pub const ENOLINK: ::c_int = 91;
440
pub const EPROTO: ::c_int = 92;
441
442
-pub const POLLSTANDARD: ::c_short = ::POLLIN | ::POLLPRI | ::POLLOUT | ::POLLRDNORM | ::POLLRDBAND | ::POLLWRBAND | ::POLLERR | ::POLLHUP | ::POLLNVAL;
+pub const POLLSTANDARD: ::c_short = ::POLLIN | ::POLLPRI | ::POLLOUT |
443
+ ::POLLRDNORM | ::POLLRDBAND | ::POLLWRBAND | ::POLLERR |
444
+ ::POLLHUP | ::POLLNVAL;
445
446
pub const EAI_SYSTEM: ::c_int = 11;
447
0 commit comments