Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions libc-test/semver/linux-riscv64gc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,4 @@ TIOCSRS485
flock64
fsblkcnt64_t
fsfilcnt64_t
max_align_t
5 changes: 5 additions & 0 deletions src/unix/linux_like/linux/gnu/b64/riscv64/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,11 @@ s_no_extra_traits! {
pub __fcsr: c_uint,
pub __glibc_reserved: [c_uint; 3],
}

#[repr(align(16))]
pub struct max_align_t {
priv_: [f32; 8],
}
}

pub const POSIX_FADV_DONTNEED: c_int = 4;
Expand Down