public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] hurd: Fix _hurd_setup_sighandler () signature
@ 2023-04-02 23:28 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2023-04-02 23:28 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=05024b52a45fde064fe42288cee19d1756f6d01d

commit 05024b52a45fde064fe42288cee19d1756f6d01d
Author: Sergey Bugaev <bugaevc@gmail.com>
Date:   Sun Mar 19 18:09:52 2023 +0300

    hurd: Fix _hurd_setup_sighandler () signature
    
    Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
    Message-Id: <20230319151017.531737-10-bugaevc@gmail.com>

Diff:
---
 hurd/trampoline.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/hurd/trampoline.c b/hurd/trampoline.c
index a0639a2084..5bd8dec919 100644
--- a/hurd/trampoline.c
+++ b/hurd/trampoline.c
@@ -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"
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-02 23:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-02 23:28 [glibc] hurd: Fix _hurd_setup_sighandler () signature Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).