about summary refs log tree commit diff
path: root/library/std/src/os/aix/raw.rs
blob: 13f61fc97226b510fb69e97d8632a0cb2e04a153 (plain)
1
2
3
4
5
6
7
8
//! AIX specific raw type definitions.

#![stable(feature = "raw_ext", since = "1.1.0")]

#[stable(feature = "pthread_t", since = "1.8.0")]
pub use libc::pthread_t;
#[stable(feature = "raw_ext", since = "1.1.0")]
pub use libc::{blkcnt_t, blksize_t, dev_t, ino_t, mode_t, nlink_t, off_t, stat, time_t};