You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
errno.h
deduplicate the bulk of the arch bits headers
10 years ago
fcntl.h
deduplicate the bulk of the arch bits headers
10 years ago
fenv.h
deduplicate the bulk of the arch bits headers
10 years ago
hwcap.h
add bits/hwcap.h and include it in sys/auxv.h
10 years ago
io.h
deduplicate the bulk of the arch bits headers
10 years ago
ioctl.h
ioctl TIOCGPTPEER from linux v4.13
9 years ago
ioctl_fix.h
fix FIOQSIZE in arm ioctl.h
10 years ago
ipc.h
make brace placement in public header struct definitions consistent
10 years ago
kd.h
move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits
8 years ago
link.h
generalize ELF hash table types not to assume 32-bit entries
10 years ago
mman.h
deduplicate bits/mman.h
10 years ago
msg.h
make brace placement in public header struct definitions consistent
10 years ago
poll.h
deduplicate the bulk of the arch bits headers
10 years ago
ptrace.h
add support for arch-specific ptrace command macros
8 years ago
resource.h
deduplicate the bulk of the arch bits headers
10 years ago
sem.h
deduplicate the bulk of the arch bits headers
10 years ago
shm.h
make brace placement in public header struct definitions consistent
10 years ago
socket.h
make brace placement in public header struct definitions consistent
10 years ago
soundcard.h
move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits
8 years ago
statfs.h
deduplicate the bulk of the arch bits headers
10 years ago
termios.h
fix minor namespace issues in termios.h
8 years ago
vt.h
move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits
8 years ago