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 6859a6d + 1a6a37e commit 4ad9e5cCopy full SHA for 4ad9e5c
src/libcore/rt/thread_local_storage.rs
@@ -40,6 +40,7 @@ type pthread_key_t = c_ulong;
40
41
#[cfg(target_os="linux")]
42
#[cfg(target_os="freebsd")]
43
+#[cfg(target_os="android")]
44
#[allow(non_camel_case_types)] // foreign type
45
type pthread_key_t = c_uint;
46
0 commit comments