summaryrefslogtreecommitdiff
path: root/sysdeps/hurd/include/hurd/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/hurd/include/hurd/signal.h')
-rw-r--r--sysdeps/hurd/include/hurd/signal.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysdeps/hurd/include/hurd/signal.h b/sysdeps/hurd/include/hurd/signal.h
new file mode 100644
index 0000000000..8ceab328c5
--- /dev/null
+++ b/sysdeps/hurd/include/hurd/signal.h
@@ -0,0 +1,18 @@
+#ifndef _HURD_SIGNAL_H
+extern struct hurd_sigstate *_hurd_self_sigstate (void) __attribute__ ((__const__));
+#ifndef _ISOMAC
+libc_hidden_proto (_hurd_self_sigstate)
+#endif
+
+#include_next <hurd/signal.h>
+
+#ifndef _ISOMAC
+libc_hidden_proto (_hurd_exception2signal)
+libc_hidden_proto (_hurd_intr_rpc_mach_msg)
+libc_hidden_proto (_hurd_thread_sigstate)
+libc_hidden_proto (_hurd_raise_signal)
+#endif
+#ifdef _HURD_SIGNAL_H_HIDDEN_DEF
+libc_hidden_def (_hurd_self_sigstate)
+#endif
+#endif