about summary refs log tree commit diff
path: root/hurd/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2023-08-15 22:41:23 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-08-15 22:48:44 +0200
commit9736920963258a90c69e60fb8896ce3e70d18d3e (patch)
treeab97838bc546b01e7ac8b9c85723e9e940e8fb99 /hurd/hurd
parent8c4e46337f2ef324f5af9863a962f070fd796cc1 (diff)
downloadglibc-9736920963258a90c69e60fb8896ce3e70d18d3e.tar.gz
glibc-9736920963258a90c69e60fb8896ce3e70d18d3e.tar.xz
glibc-9736920963258a90c69e60fb8896ce3e70d18d3e.zip
hurd: Add prototype for and thus fix _hurdsig_abort_rpcs call
This was actually not a problem since NULL was getting passed.
Diffstat (limited to 'hurd/hurd')
-rw-r--r--hurd/hurd/signal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/hurd/hurd/signal.h b/hurd/hurd/signal.h
index 96b6fae007..290c455ad4 100644
--- a/hurd/hurd/signal.h
+++ b/hurd/hurd/signal.h
@@ -28,6 +28,7 @@
 #include <mach/mach_types.h>
 #include <mach/port.h>
 #include <mach/message.h>
+#include <thread_state.h>
 #include <hurd/hurd_types.h>
 #include <signal.h>
 #include <errno.h>
@@ -183,6 +184,11 @@ _hurd_self_sigstate (void)
 }
 # endif
 #endif
+
+extern mach_port_t
+_hurdsig_abort_rpcs (struct hurd_sigstate *ss, int signo, int sigthread,
+		     struct machine_thread_all_state *state, int *state_change,
+		     void (*reply) (void));
 
 /* Thread listening on our message port; also called the "signal thread".  */