Skip to content

Commit

Permalink
fixup! gnu: Update struct shmid_ds for 64-bit time
Browse files Browse the repository at this point in the history
  • Loading branch information
snogge committed Apr 30, 2024
1 parent bd5c702 commit fc5c355
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/unix/linux_like/linux/gnu/b32/x86/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,14 @@ s! {
pub shm_perm: ::ipc_perm,
pub shm_segsz: ::size_t,
pub shm_atime: ::time_t,
#[cfg(not(gnu_time64_abi))]
__unused1: ::c_ulong,
pub shm_dtime: ::time_t,
#[cfg(not(gnu_time64_abi))]
__unused2: ::c_ulong,
pub shm_ctime: ::time_t,
#[cfg(not(gnu_time64_abi))]
__unused3: ::c_ulong,
pub shm_cpid: ::pid_t,
pub shm_lpid: ::pid_t,
pub shm_nattch: ::shmatt_t,
Expand Down

0 comments on commit fc5c355

Please sign in to comment.