Sign in
android
/
toolchain
/
rustc
/
9cf678059bdfead0671d48dbbb51b152b62d6995
/
.
/
vendor
/
libc-0.2.123
/
src
/
unix
/
bsd
/
netbsdlike
/
openbsd
/
sparc64.rs
blob: 070fc9385f6c9fb046b4ca60102303acb3fb2153 [
file
] [
log
] [
blame
]
pub
type
c_long
=
i64
;
pub
type
c_ulong
=
u64
;
pub
type
c_char
=
i8
;
#[
doc
(
hidden
)]
pub
const
_ALIGNBYTES
:
usize
=
0xf
;
pub
const
_MAX_PAGE_SHIFT
:
u32
=
13
;