allow archs to define IPC_STAT, propagate time64 bit to other macros
authorRich Felker <dalias@aerifal.cx>
Wed, 31 Jul 2019 05:17:53 +0000 (01:17 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 2 Aug 2019 04:08:23 +0000 (00:08 -0400)
commit3c02bacf0f6bed54979e67d22c43745df9add4a0
tree79cefd0e7a63642d08972c5f6d69eeaf12c435d2
parent72f50245d018af0c31b38dec83c557a4e5dd1ea8
allow archs to define IPC_STAT, propagate time64 bit to other macros

to make use of {sem,shm,msg}ctl IPC_STAT functionality to provide
64-bit time_t on 32-bit archs, IPC_STAT and related macros must be
defined with bit 8 (0x100) set. allow archs to define IPC_STAT in
bits/ipc.h, and define the other macros in terms of it so that they
all get the same value of the time64 bit.
include/sys/ipc.h
include/sys/msg.h
include/sys/sem.h
include/sys/shm.h