[RTEMS Project] #3882: Add POSIX user environment pointer to TCB
RTEMS trac
trac at rtems.org
Tue Feb 25 11:33:18 UTC 2020
#3882: Add POSIX user environment pointer to TCB
-----------------------------+------------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: enhancement | Status: closed
Priority: normal | Milestone: 5.1
Component: posix | Version: 5
Severity: normal | Resolution: fixed
Keywords: | Blocked By:
Blocking: |
-----------------------------+------------------------------
Changes (by Sebastian Huber <sebastian.huber@…>):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"ba74ebde7461b28bf0261523d4e91e7c0e17b622/rtems"
ba74ebde/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="ba74ebde7461b28bf0261523d4e91e7c0e17b622"
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.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/3882#comment:1>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list