From ba74ebde7461b28bf0261523d4e91e7c0e17b622 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 14 Feb 2020 19:09:56 +0100 Subject: libio: Add POSIX user environment pointer to TCB The IO library used a POSIX key to store an optional POSIX user environment pointer. This pulled in the POSIX keys support in every application configuration. Add a user environment pointer to the thread control block (TCB) instead. Applications which do not need the POSIX user environment will just get an overhead of one pointer per thread. Close #3882. --- testsuites/sptests/configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'testsuites/sptests/configure.ac') diff --git a/testsuites/sptests/configure.ac b/testsuites/sptests/configure.ac index e30f96d1c4..9476e3b0d7 100644 --- a/testsuites/sptests/configure.ac +++ b/testsuites/sptests/configure.ac @@ -152,7 +152,6 @@ RTEMS_TEST_CHECK([spfatal16]) RTEMS_TEST_CHECK([spfatal24]) RTEMS_TEST_CHECK([spfatal25]) RTEMS_TEST_CHECK([spfatal26]) -RTEMS_TEST_CHECK([spfatal27]) RTEMS_TEST_CHECK([spfatal28]) RTEMS_TEST_CHECK([spfatal29]) RTEMS_TEST_CHECK([spfatal30]) -- cgit v1.2.3