| .. |
|
arpa
|
remove all remaining redundant __restrict/__inline/_Noreturn defs
|
14 years ago |
|
net
|
default features: make musl usable without feature test macros
|
14 years ago |
|
netinet
|
add IPPROTO_HOPOPTS to in.h
|
14 years ago |
|
netpacket
|
add netpacket/packet.h
|
15 years ago |
|
sys
|
fix numerous mips abi constant definition mismatches
|
14 years ago |
|
aio.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
alloca.h
|
alloca cannot be a function. #define it to the gcc builtin if possible
|
14 years ago |
|
ar.h
|
some extra legacy header stuff
|
14 years ago |
|
assert.h
|
assert() is supposed to have type void
|
14 years ago |
|
byteswap.h
|
remove all remaining redundant __restrict/__inline/_Noreturn defs
|
14 years ago |
|
complex.h
|
complex: make _Complex_I work with gcc -std=c99 -pedantic-errors
|
14 years ago |
|
cpio.h
|
initial check-in, version 0.5.0
|
15 years ago |
|
crypt.h
|
replace old and ugly crypt implementation
|
14 years ago |
|
ctype.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
dirent.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
dlfcn.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
elf.h
|
microblaze TLS relocation support, completely untested
|
14 years ago |
|
endian.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
err.h
|
fix redundant _Noreturn def in err.h
|
14 years ago |
|
errno.h
|
remove useless "extern" keywords in headers
|
14 years ago |
|
fcntl.h
|
fix stupid bug in updating of O_ACCMODE for O_SEARCH support
|
14 years ago |
|
features.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
fenv.h
|
initial check-in, version 0.5.0
|
15 years ago |
|
float.h
|
fix DECIMAL_DIG definitions
|
14 years ago |
|
fnmatch.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
ftw.h
|
remove unneeded judgemental commentary from ftw.h
|
14 years ago |
|
getopt.h
|
add getopt reset support
|
14 years ago |
|
glob.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
grp.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
iconv.h
|
remove all remaining redundant __restrict/__inline/_Noreturn defs
|
14 years ago |
|
inttypes.h
|
remove all remaining redundant __restrict/__inline/_Noreturn defs
|
14 years ago |
|
iso646.h
|
add previously-missing ios646.h
|
15 years ago |
|
langinfo.h
|
extensive header cleanup for standards conformance & correctness
|
15 years ago |
|
lastlog.h
|
some extra legacy header stuff
|
14 years ago |
|
libgen.h
|
initial check-in, version 0.5.0
|
15 years ago |
|
libintl.h
|
initial check-in, version 0.5.0
|
15 years ago |
|
limits.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
link.h
|
add dl_iterate_phdr interface
|
14 years ago |
|
locale.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
malloc.h
|
initial check-in, version 0.5.0
|
15 years ago |
|
math.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
memory.h
|
add memory.h, bogus legacy alias for string.h
|
14 years ago |
|
mntent.h
|
add profile for getmntent_r
|
15 years ago |
|
monetary.h
|
remove all remaining redundant __restrict/__inline/_Noreturn defs
|
14 years ago |
|
mqueue.h
|
remove all remaining redundant __restrict/__inline/_Noreturn defs
|
14 years ago |
|
netdb.h
|
avoid breakage if somebody wrongly defines empty feature test macros
|
14 years ago |
|
nl_types.h
|
initial check-in, version 0.5.0
|
15 years ago |
|
paths.h
|
header file fixes: multiple include guard consistency and correctness
|
14 years ago |
|
poll.h
|
fix typo introduced in poll.h
|
14 years ago |
|
pthread.h
|
remove all remaining redundant __restrict/__inline/_Noreturn defs
|
14 years ago |
|
pty.h
|
fix __cplusplus extern "C" closing brace in pty.h (typo?)
|
15 years ago |
|
pwd.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
regex.h
|
remove all remaining redundant __restrict/__inline/_Noreturn defs
|
14 years ago |
|
resolv.h
|
header file fixes: multiple include guard consistency and correctness
|
14 years ago |
|
sched.h
|
add acct, accept4, setns, and dup3 syscalls (linux extensions)
|
14 years ago |
|
search.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
semaphore.h
|
remove all remaining redundant __restrict/__inline/_Noreturn defs
|
14 years ago |
|
setjmp.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
shadow.h
|
initial check-in, version 0.5.0
|
15 years ago |
|
signal.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
spawn.h
|
remove all remaining redundant __restrict/__inline/_Noreturn defs
|
14 years ago |
|
stdalign.h
|
implement "low hanging fruit" from C11
|
14 years ago |
|
stdarg.h
|
use compiler builtins for variadic macros when available
|
15 years ago |
|
stdbool.h
|
make stdbool.h conform to c99
|
15 years ago |
|
stddef.h
|
initial check-in, version 0.5.0
|
15 years ago |
|
stdint.h
|
fix signedness errors in stdint.h constant macros
|
14 years ago |
|
stdio.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
stdio_ext.h
|
stdio_ext.h needs to include stdio.h, at least to get FILE...
|
14 years ago |
|
stdlib.h
|
fix issues with wait constants in stdlib.h
|
14 years ago |
|
stdnoreturn.h
|
add stdnoreturn.h (C11)
|
14 years ago |
|
string.h
|
add memmem function (gnu extension)
|
14 years ago |
|
strings.h
|
more locale_t interfaces (string stuff) and header updates
|
14 years ago |
|
stropts.h
|
add isastream (obsolete STREAMS junk)
|
14 years ago |
|
syscall.h
|
header file fixes: multiple include guard consistency and correctness
|
14 years ago |
|
sysexits.h
|
add sysexits.h legacy header
|
15 years ago |
|
syslog.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
tar.h
|
initial check-in, version 0.5.0
|
15 years ago |
|
termios.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
tgmath.h
|
math: fix nextafter definition in tgmath.h
|
14 years ago |
|
time.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
ucontext.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
ulimit.h
|
initial check-in, version 0.5.0
|
15 years ago |
|
unistd.h
|
avoid breakage if somebody wrongly defines empty feature test macros
|
14 years ago |
|
utime.h
|
initial check-in, version 0.5.0
|
15 years ago |
|
utmp.h
|
some extra legacy header stuff
|
14 years ago |
|
utmpx.h
|
utmpx.h is no longer under standards, so expose ut_exit structure
|
15 years ago |
|
wchar.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
wctype.h
|
default features: make musl usable without feature test macros
|
14 years ago |
|
wordexp.h
|
remove all remaining redundant __restrict/__inline/_Noreturn defs
|
14 years ago |