musl/arch/i386/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 preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
errno.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
fcntl.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
fenv.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
float.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
in.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
ioctl.h cleanup socketcall syscall interface to ease porting to sane(r) archs 2011-02-15 04:40:40 -05:00
ipc.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
limits.h fix the types of some integer constant limits in headers 2011-02-15 19:15:45 -05:00
mman.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
posix.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
pthread.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
reg.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
setjmp.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
shm.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
signal.h support the ugly and deprecated ucontext and sigcontext header stuff... 2011-02-18 22:03:03 -05:00
socket.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
stat.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
statfs.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
stdarg.h split off arch-specific stdarg.h stuff 2011-02-15 05:06:15 -05:00
stdint.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
sysmacros.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
tcp.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
termios.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
user.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
wait.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00
wexitstatus.h preparing build system to handle ports - step 1 2011-02-15 00:33:23 -05:00