use 64-bit semid_ds layout in the generic version of bits/sem.h
authorRich Felker <dalias@aerifal.cx>
Mon, 29 Jul 2019 22:12:05 +0000 (18:12 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 29 Jul 2019 22:12:05 +0000 (18:12 -0400)
commit5bb4d717540ccb0a665fcd3c861b95ec3b5cac38
treeda122a08e0b1385f258bb8ec3627900b667e37ab
parent28637bc4078be82d242c6ce1c098ba423c957f2c
use 64-bit semid_ds layout in the generic version of bits/sem.h

this layout is slightly less common than the old generic one, but only
because x86_64 and x32 wrongly (according to comments in the kernel
headers) copied the i386 padding. for future archs, and with 64-bit
time_t on 32-bit archs, the new layout here will become the most
common, and it makes sense to treat it as the generic.
arch/generic/bits/sem.h