]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/examples/rtems-shell/system.h
RTEMS: allocate space for POSIX keys which are required by current RTEMS shell version.
[orte.git] / orte / examples / rtems-shell / system.h
index 284226849614d47c0ba2941d1a16e3154ffcb337..31cfa39372b504ea69a476a49bfdd13666d67d86 100644 (file)
@@ -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