mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
remove or1k version of sem.h
It's identical to the generic version, after evaluating the endian preprocessor checks in the generic version.
This commit is contained in:
parent
faf69b9a73
commit
e1679ef1a1
1 changed files with 0 additions and 11 deletions
|
@ -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;
|
||||
};
|
Loading…
Add table
Reference in a new issue