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 8a9b980 commit ac56590Copy full SHA for ac56590
src/unix/notbsd/android/mod.rs
@@ -1458,6 +1458,9 @@ pub const SIOCSRARP: ::c_ulong = 0x00008962;
1458
pub const SIOCGIFMAP: ::c_ulong = 0x00008970;
1459
pub const SIOCSIFMAP: ::c_ulong = 0x00008971;
1460
1461
+// Similarity to Linux it's not used but defined for compatibility.
1462
+pub const ENOATTR: ::c_int = ::ENODATA;
1463
+
1464
f! {
1465
pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () {
1466
for slot in cpuset.__bits.iter_mut() {
0 commit comments