musl/include/sys
Rich Felker f5980e330a adjust sys/wait.h not to produde errors in strict ISO C feature profile
siginfo_t is not available from signal.h when the strict ISO C feature
profile (e.g. passing -std=c99 to gcc without defining any other
feature test macros) is used, but the type is needed to declare
waitid. using sys/wait.h (or any POSIX headers) in strict ISO C mode
is an application bug, but in the interest of compatibility, it's best
to avoid producing gratuitous errors. the simplest fix I could find is
suppressing the declaration of waitid (and also signal.h inclusion,
since it's not needed for anything else) in this case, while still
exposing everything else in sys/wait.h
2013-11-09 00:04:02 -05:00
..
acct.h
cachectl.h
dir.h add wrapper headers, with warnings, for various incorrect names under sys 2013-07-27 17:11:34 -04:00
epoll.h
errno.h add wrapper headers, with warnings, for various incorrect names under sys 2013-07-27 17:11:34 -04:00
eventfd.h
fcntl.h add wrapper headers, with warnings, for various incorrect names under sys 2013-07-27 17:11:34 -04:00
file.h
fsuid.h
inotify.h
io.h
ioctl.h
ipc.h
kd.h
klog.h
mman.h
mount.h
msg.h add missing MSG_EXCEPT in sys/msg.h 2013-08-14 02:48:11 -04:00
mtio.h
param.h
personality.h sys/personality.h: add missing C++ compat 2013-08-08 20:57:35 +02:00
poll.h add wrapper headers, with warnings, for various incorrect names under sys 2013-07-27 17:11:34 -04:00
prctl.h add macros for new(ish) prctl commands 2013-07-30 18:15:50 -04:00
procfs.h
ptrace.h ptrace.h: add new ptrace requests to get/set sigmask 2013-09-15 02:49:26 +00:00
reboot.h
reg.h
resource.h sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority and setpriority 2013-09-16 15:16:55 +00:00
select.h
sem.h
sendfile.h
shm.h
signal.h add wrapper headers, with warnings, for various incorrect names under sys 2013-07-27 17:11:34 -04:00
signalfd.h
socket.h fix typo in socket.h (wrong macro name) 2013-10-18 15:19:49 +00:00
soundcard.h
stat.h
statfs.h
statvfs.h
stropts.h
swap.h
syscall.h
sysctl.h
sysinfo.h
syslog.h
sysmacros.h
termios.h add wrapper headers, with warnings, for various incorrect names under sys 2013-07-27 17:11:34 -04:00
time.h
timeb.h add legacy ftime function and sys/timeb.h 2013-10-25 14:15:08 -04:00
timerfd.h
times.h
timex.h
ttydefaults.h
types.h
ucontext.h
uio.h
un.h add SUN_LEN macro to sys/un.h under appropriate feature tests 2013-08-21 21:46:57 -04:00
user.h
utsname.h
vfs.h
vt.h
wait.h adjust sys/wait.h not to produde errors in strict ISO C feature profile 2013-11-09 00:04:02 -05:00
xattr.h