musl/include
Rich Felker ad2fe25041 support the ugly and deprecated ucontext and sigcontext header stuff...
only the structures, not the functions from ucontext.h, are supported
at this point. the main goal of this commit is to make modern gcc with
dwarf2 unwinding build without errors.

honestly, it probably doesn't matter how we define these as long as
they have members with the right names to prevent errors while
compiling libgcc. the only time they will be used is for propagating
exceptions across signal-handler boundaries, which invokes undefined
behavior anyway. but as-is, they're probably correct and may be useful
to various low-level applications dealing with virtualization, jit
code generation, and so on...
2011-02-18 22:03:03 -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 add portable lchown (trivial to support and a few ancient things want it..) 2011-02-17 23:13:46 -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 feature test support in unistd.h 2011-02-15 16:28:36 -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 initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00