Fix an android compilation fail

This commit is contained in:
ILyoan 2013-03-15 15:35:39 +09:00
parent 73b253dc80
commit 1a6a37e01a

View file

@ -40,6 +40,7 @@ type pthread_key_t = c_ulong;
#[cfg(target_os="linux")]
#[cfg(target_os="freebsd")]
#[cfg(target_os="android")]
#[allow(non_camel_case_types)] // foreign type
type pthread_key_t = c_uint;