From 3cec2dfbc427db269c1d2de5a235723886b516e2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 17 Dec 2019 09:17:43 +0100 Subject: config: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS Rename CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS into CONFIGURE_MAXIMUM_FILE_DESCRIPTORS. Update #3753. --- testsuites/psxtests/psxchroot01/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtests/psxchroot01') diff --git a/testsuites/psxtests/psxchroot01/main.c b/testsuites/psxtests/psxchroot01/main.c index 946fbb6073..4059dc9203 100644 --- a/testsuites/psxtests/psxchroot01/main.c +++ b/testsuites/psxtests/psxchroot01/main.c @@ -28,7 +28,7 @@ rtems_task Init( #define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER #define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER -#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 10 +#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 10 #define CONFIGURE_MAXIMUM_TASKS 1 -- cgit v1.2.3