hurd: Add sys/ucontext.h and sigcontext.h for x86_64
commit57df0f16b494a5602557228541721341afc78937
authorSergey Bugaev <bugaevc@gmail.com>
Sun, 19 Mar 2023 15:09:59 +0000 (19 18:09 +0300)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 10 Apr 2023 18:11:43 +0000 (10 20:11 +0200)
tree08f5c49763d5b46f02cd122bfcfeec3e7285cfbb
parentf7f7dd8009275504b211c170caf5bce50fa472ac
hurd: Add sys/ucontext.h and sigcontext.h for x86_64

This is based on the Linux port's version, but laid out to match Mach's
struct i386_thread_state, much like the i386 version does.

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
sysdeps/mach/hurd/x86_64/bits/sigcontext.h [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/ucontext_i.sym [new file with mode: 0644]
sysdeps/x86_64/sys/ucontext.h [new file with mode: 0644]