mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
hurd: Fix _hurd_setup_sighandler () signature
Signed-off-by: Sergey Bugaev <bugaevc@gmail.com> Message-Id: <20230319151017.531737-10-bugaevc@gmail.com>
This commit is contained in:
parent
543f0cfc9a
commit
05024b52a4
@ -26,11 +26,11 @@
|
||||
that structure. */
|
||||
|
||||
struct sigcontext *
|
||||
_hurd_setup_sighandler (int flags,
|
||||
__sighandler_t handler,
|
||||
stack_t *sigaltstack,
|
||||
int signo, int sigcode,
|
||||
void *state)
|
||||
_hurd_setup_sighandler (struct hurd_sigstate *ss, const struct sigaction *action,
|
||||
__sighandler_t handler,
|
||||
int signo, struct hurd_signal_detail *detail,
|
||||
volatile int rpc_wait,
|
||||
struct machine_thread_all_state *state)
|
||||
{
|
||||
#error "Need to write sysdeps/mach/hurd/MACHINE/trampoline.c"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user