summaryrefslogtreecommitdiffstats
path: root/c11
diff options
context:
space:
mode:
Diffstat (limited to 'c11')
-rw-r--r--c11/c11_cndvar01/rtems_config.c2
-rw-r--r--c11/c11_key01/rtems_config.c2
-rw-r--r--c11/c11_mutex01/rtems_config.c2
-rw-r--r--c11/c11_thread01/rtems_config.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/c11/c11_cndvar01/rtems_config.c b/c11/c11_cndvar01/rtems_config.c
index a596695..218bfe9 100644
--- a/c11/c11_cndvar01/rtems_config.c
+++ b/c11/c11_cndvar01/rtems_config.c
@@ -45,7 +45,7 @@ static void *POSIX_Init(void *arg)
#define CONFIGURE_UNLIMITED_OBJECTS
#define CONFIGURE_UNIFIED_WORK_AREAS
-#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 32
+#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 32
#define CONFIGURE_MINIMUM_TASK_STACK_SIZE (64 * 1024)
diff --git a/c11/c11_key01/rtems_config.c b/c11/c11_key01/rtems_config.c
index b8fd346..b33ebbc 100644
--- a/c11/c11_key01/rtems_config.c
+++ b/c11/c11_key01/rtems_config.c
@@ -45,7 +45,7 @@ static void *POSIX_Init(void *arg)
#define CONFIGURE_UNLIMITED_OBJECTS
#define CONFIGURE_UNIFIED_WORK_AREAS
-#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 32
+#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 32
#define CONFIGURE_MINIMUM_TASK_STACK_SIZE (64 * 1024)
diff --git a/c11/c11_mutex01/rtems_config.c b/c11/c11_mutex01/rtems_config.c
index b72f679..3d9f8d3 100644
--- a/c11/c11_mutex01/rtems_config.c
+++ b/c11/c11_mutex01/rtems_config.c
@@ -45,7 +45,7 @@ static void *POSIX_Init(void *arg)
#define CONFIGURE_UNLIMITED_OBJECTS
#define CONFIGURE_UNIFIED_WORK_AREAS
-#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 32
+#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 32
#define CONFIGURE_MINIMUM_TASK_STACK_SIZE (64 * 1024)
diff --git a/c11/c11_thread01/rtems_config.c b/c11/c11_thread01/rtems_config.c
index 43c8e07..4bfded6 100644
--- a/c11/c11_thread01/rtems_config.c
+++ b/c11/c11_thread01/rtems_config.c
@@ -45,7 +45,7 @@ static void *POSIX_Init(void *arg)
#define CONFIGURE_UNLIMITED_OBJECTS
#define CONFIGURE_UNIFIED_WORK_AREAS
-#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 32
+#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 32
#define CONFIGURE_MINIMUM_TASK_STACK_SIZE (64 * 1024)