musl/include
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
..
arpa initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
linux initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
net initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
netinet initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
sys make sys/param.h not depend on PATH_MAX and NAME_MAX 2011-02-20 00:28:10 -05:00
alloca.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
assert.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
byteswap.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
cpio.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
ctype.h extensive header cleanup for standards conformance & correctness 2011-02-14 18:41:25 -05:00
dirent.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
dlfcn.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
elf.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
endian.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
errno.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
fcntl.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
features.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
fenv.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
float.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
fnmatch.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
ftw.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
getopt.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
glob.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
grp.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
iconv.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
inttypes.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
iso646.h add previously-missing ios646.h 2011-02-14 21:59:38 -05:00
langinfo.h extensive header cleanup for standards conformance & correctness 2011-02-14 18:41:25 -05:00
libgen.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
libintl.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
limits.h extensive header cleanup for standards conformance & correctness 2011-02-14 18:41:25 -05:00
locale.h more header cleanup and conformance fixes - locale.h, time.h 2011-02-14 20:45:37 -05:00
malloc.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
math.h extensive header cleanup for standards conformance & correctness 2011-02-14 18:41:25 -05:00
mntent.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
netdb.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
nl_types.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
paths.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
poll.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
pthread.h add pthread_atfork interface 2011-02-18 19:52:42 -05:00
pty.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
pwd.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
regex.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
resolv.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
sched.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
search.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
semaphore.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
setjmp.h major bugfix for sigset_t (it was mistakenly 1024 bytes instead of bits) 2011-02-14 18:45:58 -05:00
shadow.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
signal.h some gnu software wrongly uses "struct siginfo" instead of siginfo_t... 2011-02-16 22:37:26 -05:00
stdarg.h split off arch-specific stdarg.h stuff 2011-02-15 05:06:15 -05:00
stdbool.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
stddef.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
stdint.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
stdio.h move stdio stuff that's not arch-specific out of bits 2011-02-15 19:47:22 -05:00
stdlib.h fix the types of some integer constant limits in headers 2011-02-15 19:15:45 -05:00
string.h prototype for gnu strcasestr (currently a stub) 2011-02-15 16:08:19 -05:00
strings.h extensive header cleanup for standards conformance & correctness 2011-02-14 18:41:25 -05:00
stropts.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
syslog.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
tar.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
termios.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
time.h fix another error from header cleanup, missing size_t in time.h 2011-02-15 15:25:31 -05:00
ucontext.h support the ugly and deprecated ucontext and sigcontext header stuff... 2011-02-18 22:03:03 -05:00
ulimit.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
unistd.h prototypes for brk and sbrk 2011-02-19 01:02:46 -05:00
utime.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
utmp.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
utmpx.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
wchar.h more header fixes, minor warning fix 2011-02-14 19:33:11 -05:00
wctype.h more header fixes, minor warning fix 2011-02-14 19:33:11 -05:00
wordexp.h fix typo in wordexp.h (note that the function is still unimplemented) 2011-02-19 12:44:36 -05:00