diff options
author | Rich Felker <dalias@aerifal.cx> | 2019-07-29 18:17:43 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2019-07-29 18:17:43 -0400 |
commit | de5e56ce1626882dddfd5a7a900c0723af02d6ab (patch) | |
tree | 0314c4d030ebbe95b6adef3ae004191542b65d84 /arch/s390x | |
parent | 5bb4d717540ccb0a665fcd3c861b95ec3b5cac38 (diff) | |
download | musl-de5e56ce1626882dddfd5a7a900c0723af02d6ab.tar.gz musl-de5e56ce1626882dddfd5a7a900c0723af02d6ab.tar.bz2 musl-de5e56ce1626882dddfd5a7a900c0723af02d6ab.tar.xz musl-de5e56ce1626882dddfd5a7a900c0723af02d6ab.zip |
remove duplicates of new generic bits/sem.h
some of these were not exact duplicates, but had gratuitously
different naming for padding, or omitted the endian checks because the
arch is fixed-endian.
Diffstat (limited to 'arch/s390x')
-rw-r--r-- | arch/s390x/bits/sem.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/s390x/bits/sem.h b/arch/s390x/bits/sem.h deleted file mode 100644 index 644f68a0..00000000 --- a/arch/s390x/bits/sem.h +++ /dev/null @@ -1,7 +0,0 @@ -struct semid_ds { - struct ipc_perm sem_perm; - time_t sem_otime; - time_t sem_ctime; - unsigned short __pad[3], sem_nsems; - unsigned long __unused[2]; -}; |