mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
d8b69e89d8
These do not need any changes to be used on x86_64. Signed-off-by: Sergey Bugaev <bugaevc@gmail.com> Message-Id: <20230319151017.531737-20-bugaevc@gmail.com>
11 lines
299 B
Plaintext
11 lines
299 B
Plaintext
#include <hurd/signal.h>
|
|
#include <signal.h>
|
|
|
|
--
|
|
|
|
HURD_SIGSTATE__SIGALTSTACK__OFFSET offsetof(struct hurd_sigstate, sigaltstack)
|
|
|
|
SIGALTSTACK__SS_SP__OFFSET offsetof(stack_t, ss_sp)
|
|
SIGALTSTACK__SS_SIZE__OFFSET offsetof(stack_t, ss_size)
|
|
SIGALTSTACK__SS_FLAGS__OFFSET offsetof(stack_t, ss_flags)
|