summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijaykumar9597@gmail.com>2020-03-17 15:23:51 +0530
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-17 14:15:39 +0100
commite4e4cdc527b9dc24776f60c95633cca2bbe01d03 (patch)
treee8b22098f012238f7013ad1f3050ef04436e8850 /misc
parentwaf: Update to waf-2.0.19 (diff)
downloadrtems-examples-e4e4cdc527b9dc24776f60c95633cca2bbe01d03.tar.bz2
Replace deprecated CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS with CONFIGURE_MAXIMUM_FILE_DESCRIPTORS
Diffstat (limited to 'misc')
-rw-r--r--misc/adamain/rtems_init.c2
-rw-r--r--misc/minimum/test.c2
-rw-r--r--misc/qemu_vfat/system.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/misc/adamain/rtems_init.c b/misc/adamain/rtems_init.c
index 7ffe112..eebf352 100644
--- a/misc/adamain/rtems_init.c
+++ b/misc/adamain/rtems_init.c
@@ -241,7 +241,7 @@ void *POSIX_Init( void *argument )
#if 1
/* We need to be able to create sockets */
-#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20
+#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 20
/* We need the full IMFS to pass the full ACATS */
#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
diff --git a/misc/minimum/test.c b/misc/minimum/test.c
index 1605a17..49176f6 100644
--- a/misc/minimum/test.c
+++ b/misc/minimum/test.c
@@ -45,7 +45,7 @@ void *Init(
/*
* This test does not use any stdio.
*/
-#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 0
+#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 0
/*
* This may prevent us from running on every architecture but it
diff --git a/misc/qemu_vfat/system.h b/misc/qemu_vfat/system.h
index f6663d8..62e66f8 100644
--- a/misc/qemu_vfat/system.h
+++ b/misc/qemu_vfat/system.h
@@ -52,7 +52,7 @@ rtems_task Init(
#define CONFIGURE_MAXIMUM_TASKS 20
#define CONFIGURE_MAXIMUM_SEMAPHORES 20
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 20
-#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20
+#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 20
#define CONFIGURE_STACK_CHECKER_ENABLED
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE