blob: 13f61fc97226b510fb69e97d8632a0cb2e04a153 [file] [log] [blame]
//! 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};