about summary refs log tree commit diff
path: root/arch/i386/bits/sem.h
Commit message (Collapse)AuthorAgeFilesLines
* move struct semid_ds to from shared sys/sem.h to bitsRich Felker2014-03-111-0/+16
the definition was found to be incorrect at least for powerpc, and fixing this cleanly requires making the definition arch-specific. this will allow cleaning up the definition for other archs to make it more specific, and reversing some of the ugliness (time_t hacks) introduced with the x32 port. this first commit simply copies the existing definition to each arch without any changes. this is intentional, to make it easier to review changes made on a per-arch basis.