Linux/sparc64 bits: Add missing C type definitions

This commit is contained in:
Koakuma 2021-09-03 20:29:39 +07:00 committed by Andrew Kelley
parent ef6fbbdab6
commit bdbd060cc7

View File

@ -674,6 +674,10 @@ pub const msghdr_const = extern struct {
pub const off_t = i64;
pub const ino_t = u64;
pub const mode_t = u32;
pub const dev_t = usize;
pub const nlink_t = u32;
pub const blksize_t = isize;
pub const blkcnt_t = isize;
// The `stat64` definition used by the kernel.
pub const Stat = extern struct {