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 73b253d commit 1a6a37eCopy full SHA for 1a6a37e
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