about summary refs log tree commit diff
path: root/library/std/src/os/cygwin/raw.rs
blob: 2bae1477fcfe14499a34245a733d5deae4f39067 (plain)
1
2
3
4
//! Cygwin-specific raw type definitions.

#[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, pthread_t, time_t};