summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/headers/psignal.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/headers/psignal.h')
-rw-r--r--c/src/exec/posix/headers/psignal.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/c/src/exec/posix/headers/psignal.h b/c/src/exec/posix/headers/psignal.h
index 9c66881076..4ecba1f41c 100644
--- a/c/src/exec/posix/headers/psignal.h
+++ b/c/src/exec/posix/headers/psignal.h
@@ -2,8 +2,13 @@
* $Id$
*/
-#ifndef __POSIX_SIGNALS_h
-#define __POSIX_SIGNALS_h
+#ifndef __RTEMS_POSIX_SIGNALS_h
+#define __RTEMS_POSIX_SIGNALS_h
+
+typedef struct {
+ Chain_Node Node;
+ siginfo_t Info;
+} POSIX_signals_Siginfo_node;
void _POSIX_signals_Manager_Initialization(
int maximum_queued_signals