diff options
author | midipix <writeonce@midipix.org> | 2015-11-08 10:40:41 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-11-08 10:40:41 -0500 |
commit | b3094b987bbfc34d3f8427f1b447ead7a8d3f09c (patch) | |
tree | efe302c2f17bbc1c55aef18c500be8dc42bb1f43 | |
parent | 66b804e22d6b78416acf3d29fadfd3cf691ebc45 (diff) | |
download | mmglue-b3094b987bbfc34d3f8427f1b447ead7a8d3f09c.tar.bz2 mmglue-b3094b987bbfc34d3f8427f1b447ead7a8d3f09c.tar.xz |
nt32: struct shmid_ds: remove padding (size of time_t is already 64 bits).
-rw-r--r-- | arch/nt32/bits/shm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/nt32/bits/shm.h b/arch/nt32/bits/shm.h index 547581f..f4b8712 100644 --- a/arch/nt32/bits/shm.h +++ b/arch/nt32/bits/shm.h @@ -5,11 +5,8 @@ struct shmid_ds struct ipc_perm shm_perm; size_t shm_segsz; time_t shm_atime; - int __unused1; time_t shm_dtime; - int __unused2; time_t shm_ctime; - int __unused3; pid_t shm_cpid; pid_t shm_lpid; unsigned long shm_nattch; |