musl/arch/generic/bits
Rich Felker ffaaa6d230 remove legacy i386 fallback stdarg implementation and framework
this has been slated for removal for a long time. there is
fundamentally no way to implement stdarg without compiler assistance;
any attempt to do so has serious undefined behavior; its working
depends not just (as a common misconception goes) on ABI, but also on
assumptions about compiler code generation internal to a translation
unit, which is not subject to external ABI constraints.
2016-12-15 12:18:24 -05:00
..
errno.h deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
fcntl.h deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
fenv.h deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
hwcap.h add bits/hwcap.h and include it in sys/auxv.h 2016-10-20 01:28:25 -04:00
io.h deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
ioctl.h fix FIOQSIZE in arm ioctl.h 2016-07-03 14:54:35 -04:00
ioctl_fix.h fix FIOQSIZE in arm ioctl.h 2016-07-03 14:54:35 -04:00
ipc.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
link.h generalize ELF hash table types not to assume 32-bit entries 2016-11-11 12:46:06 -05:00
mman.h deduplicate bits/mman.h 2016-03-18 22:40:28 -04:00
msg.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
poll.h deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
resource.h deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
sem.h deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
shm.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
socket.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
statfs.h deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
termios.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00