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 3df6aaa commit 987e6efCopy full SHA for 987e6ef
src/unix/linux_like/linux/uclibc/mips/mod.rs
@@ -65,6 +65,8 @@ pub const O_NDELAY: ::c_int = 0x80;
65
66
pub const SOCK_NONBLOCK: ::c_int = 128;
67
68
+pub const AF_VSOCK: ::c_int = 40;
69
+
70
pub const EDEADLK: ::c_int = 45;
71
pub const ENAMETOOLONG: ::c_int = 78;
72
pub const ENOLCK: ::c_int = 46;
0 commit comments