musl/include/sys
Rich Felker 2b43ef8fc7 make sys/param.h not depend on PATH_MAX and NAME_MAX
this is a nonstandard header used only by backwards programs, but for
some reason it's extremely popular. the recent namespace cleanup fixes
broke it, because PATH_MAX and NAME_MAX will not be defined unless an
approriate feature test macro has been defined. moreover, it's too
late to just #define _GNU_SOURCE in param.h, since limits.h may have
already been included.

let's just hard-code standard values and be done with it.
2011-02-20 00:28:10 -05:00
..
epoll.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
file.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
inotify.h add syscall wrappers for inotify 2011-02-19 02:52:29 -05:00
ioctl.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
ipc.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
kd.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
klog.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
mman.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
mount.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
msg.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
param.h make sys/param.h not depend on PATH_MAX and NAME_MAX 2011-02-20 00:28:10 -05:00
poll.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
prctl.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
procfs.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
ptrace.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
reboot.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
reg.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
resource.h prototype wait3 and wait4 2011-02-19 02:26:11 -05:00
select.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
sem.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
shm.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
signalfd.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
socket.h extensive header cleanup for standards conformance & correctness 2011-02-14 18:41:25 -05:00
soundcard.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
stat.h add portable lchown (trivial to support and a few ancient things want it..) 2011-02-17 23:13:46 -05:00
statfs.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
statvfs.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
stropts.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
swap.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
sysctl.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
sysinfo.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
sysmacros.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
time.h extensive header cleanup for standards conformance & correctness 2011-02-14 18:41:25 -05:00
times.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
types.h reorganize pthread data structures and move the definitions to alltypes.h 2011-02-17 17:16:20 -05:00
ucontext.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
uio.h extensive header cleanup for standards conformance & correctness 2011-02-14 18:41:25 -05:00
un.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
user.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
utsname.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
vfs.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
vt.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
wait.h prototype wait3 and wait4 2011-02-19 02:26:11 -05:00