From: Bobby Bingham Date: Wed, 6 Jul 2016 03:53:32 +0000 (-0500) Subject: remove or1k version of sem.h X-Git-Tag: v1.1.16~88 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e1679ef1a1b7658dc7f8c9c97aeac7c7597c66a0;p=oweals%2Fmusl.git remove or1k version of sem.h It's identical to the generic version, after evaluating the endian preprocessor checks in the generic version. --- diff --git a/arch/or1k/bits/sem.h b/arch/or1k/bits/sem.h deleted file mode 100644 index 0d916484..00000000 --- a/arch/or1k/bits/sem.h +++ /dev/null @@ -1,11 +0,0 @@ -struct semid_ds { - struct ipc_perm sem_perm; - time_t sem_otime; - time_t __unused1; - time_t sem_ctime; - time_t __unused2; - char __sem_nsems_pad[sizeof(time_t)-sizeof(short)]; - unsigned short sem_nsems; - time_t __unused3; - time_t __unused4; -};