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 729ae39 commit 8ec1d21Copy full SHA for 8ec1d21
src/libstd/os/haiku/raw.rs
@@ -18,7 +18,7 @@ use os::raw::{c_long};
18
use os::unix::raw::{uid_t, gid_t};
19
20
// Use the direct definition of usize, instead of uintptr_t like in libc
21
-#[unstable(feature = "pthread_t", issue = "29791")] pub type pthread_t = usize;
+#[stable(feature = "pthread_t", since = "1.8.0")] pub type pthread_t = usize;
22
23
#[stable(feature = "raw_ext", since = "1.1.0")] pub type blkcnt_t = i64;
24
#[stable(feature = "raw_ext", since = "1.1.0")] pub type blksize_t = i32;
0 commit comments