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 28b526a commit cb12fdfCopy full SHA for cb12fdf
src/unix/notbsd/mod.rs
@@ -175,7 +175,7 @@ pub const O_RDWR: ::c_int = 2;
175
pub const O_TRUNC: ::c_int = 512;
176
pub const O_CLOEXEC: ::c_int = 0x80000;
177
178
-pub const SOCK_CLOEXEC: ::c_int = O_CLOEXEC;
+pub const SOCK_CLOEXEC: ::c_int = O_CLOEXEC;
179
180
pub const S_IFIFO: ::mode_t = 4096;
181
pub const S_IFCHR: ::mode_t = 8192;
0 commit comments