Changeset 6d4b390 in rtems for cpukit/libcsupport

Timestamp:
05/23/22 10:27:56 (2 years ago)
Author:
Matt Joyce <matthew.joyce@…>
Branches:
master
Children:
10ef708
Parents:
57a569e
git-author:
Matt Joyce <matthew.joyce@…> (05/23/22 10:27:56)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/21/22 05:22:13)
Message:

Support _REENT_THREAD_LOCAL Newlib configuration

In case the Newlib _REENT_THREAD_LOCAL configuration option is enabled, the
struct _reent is not defined (there is only a forward declaration in
<sys/reent.h>). Instead, the usual members of struct _reent are available as
dedicatd thread-local storage objects.

Update #4560.

(No files)

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