We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9145c5 commit d0e3ff0Copy full SHA for d0e3ff0
src/unix/newlib/espidf/mod.rs
@@ -85,7 +85,7 @@ pub const MSG_MORE: ::c_int = 0x10;
85
pub const MSG_NOSIGNAL: ::c_int = 0x20;
86
pub const MSG_TRUNC: ::c_int = 0x04;
87
pub const MSG_CTRUNC: ::c_int = 0x08;
88
-pub const MSG_EOR: c_int = 0x08;
+pub const MSG_EOR: ::c_int = 0x08;
89
90
pub const PTHREAD_STACK_MIN: ::size_t = 768;
91
0 commit comments