mirror of
git://git.musl-libc.org/musl
synced 2024-12-21 22:30:09 +00:00
01ef3dd9c5
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.
9 lines
143 B
C
9 lines
143 B
C
struct semid_ds {
|
|
struct ipc_perm sem_perm;
|
|
time_t sem_otime;
|
|
time_t sem_ctime;
|
|
time_t sem_nsems;
|
|
time_t __unused3;
|
|
time_t __unused4;
|
|
};
|