fix sysvipc structures on powerpc
authorRich Felker <dalias@aerifal.cx>
Tue, 11 Mar 2014 21:01:34 +0000 (17:01 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 11 Mar 2014 21:01:34 +0000 (17:01 -0400)
commitad66ae93d083ede90431bacf034f29ebd0815d73
treef575200adf58ea9e7410d5f14515aee5719bb050
parentf6e2f7e13f0edb1bb1d94e6ad4bf44abffd048d1
fix sysvipc structures on powerpc

these have been wrong for a long time and were never detected or
corrected. powerpc needs some gratuitous extra padding/reserved slots
in ipc_perm, big-endian ordering for the padding of time_t slots that
was intended by the kernel folks to allow a transition to 64-bit
time_t, and some minor gratuitous reordering of struct members.
arch/powerpc/bits/ipc.h
arch/powerpc/bits/msg.h
arch/powerpc/bits/sem.h
arch/powerpc/bits/shm.h