about summary refs log tree commit diff
path: root/arch/aarch64/bits/sem.h
Commit message (Collapse)AuthorAgeFilesLines
* aarch64: fix definition of sem_nsems in semid_ds structureRich Felker2015-04-011-1/+7
| | | | | | POSIX requires the sem_nsems member to have type unsigned short. we have to work around the incorrect kernel type using matching endian-specific padding.
* add aarch64 portSzabolcs Nagy2015-03-111-0/+8
This adds complete aarch64 target support including bigendian subarch. Some of the long double math functions are known to be broken otherwise interfaces should be fully functional, but at this point consider this port experimental. Initial work on this port was done by Sireesh Tripurari and Kevin Bortis.