Timestamp:
02/14/20 18:09:56 (4 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
1ada3e55
Parents:
ba46b936
git-author:
Sebastian Huber <sebastian.huber@…> (02/14/20 18:09:56)
git-committer:
Sebastian Huber <sebastian.huber@…> (02/25/20 06:18:26)
Message:

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.