musl/arch/generic/bits
midipix f2c6dbe244 move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits
maintainer's note: while musl does not use the linux kernel headers,
it does provide these three sys/* headers which do nothing but include
the corresponding linux/* headers, since the sys/* versions are the
ones documented for application use (and they arguably provide
interfaces that are not linux-specific but common to other unices).
these headers should probably not be provided by libc (rather by a
separate package), but as long as they are, use the bits header
framework as an aid to out-of-tree ports of musl for non-linux systems
that want to implement them in some other way.
2018-07-20 01:06:41 -04: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 ioctl TIOCGPTPEER from linux v4.13 2017-11-05 18:41:22 -05: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
kd.h move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits 2018-07-20 01:06:41 -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
ptrace.h add support for arch-specific ptrace command macros 2018-07-17 22:25:08 -04: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
soundcard.h move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits 2018-07-20 01:06:41 -04:00
statfs.h deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
termios.h fix minor namespace issues in termios.h 2018-03-10 18:19:41 -05:00
vt.h move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits 2018-07-20 01:06:41 -04:00