musl/arch/x86_64/bits
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
..
alltypes.h.sh reorganize pthread data structures and move the definitions to alltypes.h 2011-02-17 17:16:20 -05:00
endian.h Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00
errno.h Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00
fcntl.h Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00
fenv.h Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00
float.h Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00
in.h Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00
ioctl.h Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00
ipc.h Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00
limits.h protect some limit constants with feature test macros on x86_64 2011-02-15 19:16:37 -05:00
mman.h Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00
posix.h fix x86_64 wrongly reporting itself as ILP32 instead of LP64 2011-02-15 15:56:58 -05:00
pthread.h Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00
reg.h Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00
setjmp.h Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00
shm.h Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00
signal.h support the ugly and deprecated ucontext and sigcontext header stuff... 2011-02-18 22:03:03 -05:00
socket.h Update x86_64 bits to mirror (modulo platform differences) the latest changes 2011-02-15 08:02:33 -05:00
stat.h Update x86_64 bits to mirror (modulo platform differences) the latest changes 2011-02-15 08:02:33 -05:00
statfs.h Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00
stdarg.h Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00
stdint.h Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00
sysmacros.h Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00
tcp.h Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00
termios.h Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00
user.h Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00
wait.h Update x86_64 bits to mirror (modulo platform differences) the latest changes 2011-02-15 08:02:33 -05:00
wexitstatus.h Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00