From 7b46c1295b9bc58002143b0fcf4976c796739825 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Sun, 13 Apr 2014 13:07:03 +0200 Subject: [PATCH] RTEMS: allocate space for POSIX keys which are required by current RTEMS shell version. Signed-off-by: Pavel Pisa --- orte/examples/rtems-shell/system.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/orte/examples/rtems-shell/system.h b/orte/examples/rtems-shell/system.h index 2842268..31cfa39 100644 --- a/orte/examples/rtems-shell/system.h +++ b/orte/examples/rtems-shell/system.h @@ -61,6 +61,8 @@ rtems_task Init( #define CONFIGURE_MAXIMUM_POSIX_BARRIERS 5 #define CONFIGURE_MAXIMUM_POSIX_RWLOCKS 50 #define CONFIGURE_MAXIMUM_POSIX_SPINLOCKS 10 +#define CONFIGURE_MAXIMUM_POSIX_KEYS 8 +#define CONFIGURE_MAXIMUM_POSIX_KEY_VALUE_PAIRS 16 #endif /*RTEMS_POSIX_API*/ #endif -- 2.39.2