musl/arch/mipsn32/bits
Rich Felker 1afe5f3e5b extricate bits/sem.h from x32 time_t hack
various padding fields in the generic bits/sem.h were defined in terms
of time_t as a cheap hack standing in for "kernel long", to allow x32
to use the generic version of the file. this was a really bad idea, as
it ended up getting copied into lots of arch-specific versions of the
bits file, and is a blocker to changing time_t to 64-bit on 32-bit
archs.

this commit adds an x32-specific version of the header, and changes
padding type back from time_t to long (currently the same type on all
archs but x32) in the generic header and all the others the hack got
copied into.
2019-07-29 18:03:41 -04:00
..
alltypes.h.in add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
endian.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
errno.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
fcntl.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
fenv.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
float.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
hwcap.h mips: add HWCAP_ flags from linux v4.17 2018-06-19 13:27:27 -04:00
ioctl.h move arch-invariant definitions out of bits/ioctl.h 2019-02-07 12:43:19 -05:00
limits.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
mman.h add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15 2018-02-22 18:48:58 -05:00
msg.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
poll.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
posix.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
ptrace.h add support for arch-specific ptrace command macros 2018-07-17 22:25:08 -04:00
reg.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
resource.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
sem.h extricate bits/sem.h from x32 time_t hack 2019-07-29 18:03:41 -04:00
setjmp.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
shm.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
signal.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
socket.h fix value of SO_PEERSEC on mips archs 2018-06-26 15:55:29 -04:00
stat.h remove utterly wrong includes from mips64/n32 bits/stat.h 2019-07-18 19:30:14 -04:00
statfs.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
stdint.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
syscall.h.in add new syscall numbers from linux v5.1 2019-07-01 14:20:58 -04:00
termios.h fix conflicting mips and powerpc definitions for TIOCSER_TEMT macro 2019-07-10 17:09:49 -04:00
user.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00