]> git.proxmox.com Git - rustc.git/blobdiff - src/libstd/os/android/raw.rs
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / libstd / os / android / raw.rs
index 391ca16f6923aa7e46b7b1dfc73ff72a98d35c2b..e58ba03ec67ae999802f277979d236df7c4bc86f 100644 (file)
 
 #![stable(feature = "raw_ext", since = "1.1.0")]
 
+use os::raw::c_long;
+
+#[unstable(feature = "pthread_t", issue = "29791")] pub type pthread_t = c_long;
+
 #[doc(inline)]
+#[stable(feature = "raw_ext", since = "1.1.0")]
 pub use self::arch::{dev_t, mode_t, blkcnt_t, blksize_t, ino_t, nlink_t, off_t, stat, time_t};
 
 #[cfg(any(target_arch = "arm", target_arch = "x86"))]