Sign in
android
/
toolchain
/
rustc
/
da60c8575e02ed54fcffcb7f2f9289b4705b60ff
/
.
/
vendor
/
libc
/
src
/
unix
/
notbsd
/
linux
/
s390x
/
align.rs
blob: 21e21907d4a70f03de850a8d11f4c093aab1d622 [
file
] [
log
] [
blame
]
s
!
{
// FIXME this is actually a union
#[
cfg_attr
(
target_pointer_width
=
"32"
,
repr
(
align
(
4
)))]
#[
cfg_attr
(
target_pointer_width
=
"64"
,
repr
(
align
(
8
)))]
pub
struct
sem_t
{
__size
:
[::
c_char
;
32
],
}
}