summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-12-10 13:46:07 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-02-03 10:00:54 +0100
commit04436ae7d83825300df85cabc3953f9c0314fe72 (patch)
tree974945b981d60cd327614dc69fe84519c40fcbe2 /cpukit/score
parentrtems: Delete empty _RTEMS_API_Initialize() (diff)
downloadrtems-04436ae7d83825300df85cabc3953f9c0314fe72.tar.bz2
Optional POSIX Signals initialization
Update #2408.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/include/rtems/sysinit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/sysinit.h b/cpukit/score/include/rtems/sysinit.h
index faef223658..a6cb32f8c8 100644
--- a/cpukit/score/include/rtems/sysinit.h
+++ b/cpukit/score/include/rtems/sysinit.h
@@ -42,6 +42,7 @@ extern "C" {
#define RTEMS_SYSINIT_CLASSIC_DUAL_PORTED_MEMORY 000348
#define RTEMS_SYSINIT_CLASSIC_RATE_MONOTONIC 000349
#define RTEMS_SYSINIT_CLASSIC_BARRIER 00034a
+#define RTEMS_SYSINIT_POSIX_SIGNALS 000360
#define RTEMS_SYSINIT_IDLE_THREADS 000380
#define RTEMS_SYSINIT_BSP_LIBC 000400
#define RTEMS_SYSINIT_BEFORE_DRIVERS 000500