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.
2 parents 3048ef8 + 59bba7b commit ce5cee1Copy full SHA for ce5cee1
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