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 987e6ef commit 59bba7bCopy full SHA for 59bba7b
src/unix/linux_like/linux/uclibc/mips/mod.rs
@@ -65,8 +65,6 @@ 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;
src/unix/linux_like/linux/uclibc/mod.rs
@@ -41,6 +41,8 @@ pub const MCL_FUTURE: ::c_int = 0x0002;
41
42
pub const SIGEV_THREAD_ID: ::c_int = 4;
43
44
+pub const AF_VSOCK: ::c_int = 40;
45
+
46
pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5;
47
pub const AFFS_SUPER_MAGIC: ::c_long = 0x0000adff;
48
pub const AFS_SUPER_MAGIC: ::c_long = 0x5346414f;
0 commit comments