Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
library
/
std
/
src
/
os
/
cygwin
/
raw.rs
blob: 2bae1477fcfe14499a34245a733d5deae4f39067 [
file
] [
log
] [
blame
]
//! 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
};