From 5e7b3c6533aae1bedce65c1b2dfc28a34cfe8161 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 Oct 2019 10:48:23 -0500 Subject: posix_devctl - Add support for SOCKCLOSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The FACE Technical Standard, Edition 3.0 and later require the definition of the subcommand SOCKCLOSE in . Reference: ​https://www.opengroup.org/face closes #3856. --- testsuites/psxtests/psxdevctl01/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/psxtests/psxdevctl01/main.c') diff --git a/testsuites/psxtests/psxdevctl01/main.c b/testsuites/psxtests/psxdevctl01/main.c index d74fb6b102..54776e2b24 100644 --- a/testsuites/psxtests/psxdevctl01/main.c +++ b/testsuites/psxtests/psxdevctl01/main.c @@ -39,6 +39,8 @@ rtems_task Init( #define CONFIGURE_MAXIMUM_TASKS 1 +#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 4 + #define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION #define CONFIGURE_RTEMS_INIT_TASKS_TABLE -- cgit v1.2.3