move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits
authormidipix <writeonce@midipix.org>
Sun, 15 Jul 2018 02:51:22 +0000 (22:51 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 20 Jul 2018 05:06:41 +0000 (01:06 -0400)
commitf2c6dbe2442027ed8fe0fa869918e41f495534d8
treebc4437d03297441b22dec6adacf778a2512c6c98
parent2fab90a71acd3698954c08b9062db67188443dd7
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.
arch/generic/bits/kd.h [new file with mode: 0644]
arch/generic/bits/soundcard.h [new file with mode: 0644]
arch/generic/bits/vt.h [new file with mode: 0644]
include/sys/kd.h
include/sys/soundcard.h
include/sys/vt.h