collapse out byte order conditions in bits/sem.h for fixed-endian archs
authorRich Felker <dalias@aerifal.cx>
Mon, 29 Jul 2019 22:09:55 +0000 (18:09 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 29 Jul 2019 22:09:55 +0000 (18:09 -0400)
commit28637bc4078be82d242c6ce1c098ba423c957f2c
tree06db510c84f96cc79b3c0173bb77d9049c28eab8
parent6f2e5607d2d463dfc342489660e089553b749dcf
collapse out byte order conditions in bits/sem.h for fixed-endian archs

having preprocessor conditionals on byte order in the bits headers for
fixed-endian archs is confusing at best. remove them.
arch/i386/bits/sem.h
arch/m68k/bits/sem.h
arch/or1k/bits/sem.h
arch/x86_64/bits/sem.h