summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-27 13:46:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-27 13:46:18 +0000
commit9f0dfeafdbda82f1b751b9a1eb59fa8f6199e640 (patch)
tree2e2843a859d19c65f8d88cd5b6f7d1582c14a93a /cpukit/posix/include/rtems/posix
parentReset the pthread attributes structure so the proper error would be (diff)
downloadrtems-9f0dfeafdbda82f1b751b9a1eb59fa8f6199e640.tar.bz2
Changed __POSIX_SIGNALS_h to __RTEMS_POSIX_SIGNALS_h to avoid conflict with
the system signals.h file. Moved POSIX_signals_Siginfo_node type definition to this file to allow confdefs.h to know the size per queued signal.
Diffstat (limited to 'cpukit/posix/include/rtems/posix')
-rw-r--r--cpukit/posix/include/rtems/posix/psignal.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/cpukit/posix/include/rtems/posix/psignal.h b/cpukit/posix/include/rtems/posix/psignal.h
index 9c66881076..4ecba1f41c 100644
--- a/cpukit/posix/include/rtems/posix/psignal.h
+++ b/cpukit/posix/include/rtems/posix/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