Changeset d1f7204 in rtems for cpukit/libcsupport

Timestamp:
11/06/18 12:04:11 (5 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
e292beba
Parents:
e71c097a
git-author:
Sebastian Huber <sebastian.huber@…> (11/06/18 12:04:11)
git-committer:
Sebastian Huber <sebastian.huber@…> (11/07/18 06:52:55)
Message:

config: Fix CONFIGURE_DISABLE_NEWLIB_REENTRANCY

Move the getreent() variant using the global reentrancy structure to
librtemscpu.a. This avoids a definition of
getreent() in the
configuration module if CONFIGURE_DISABLE_NEWLIB_REENTRANCY is defined.
This avoids all the dependencies which would be exposed by a reference
to the global reentrancy structure.

This change is only possible since the default configuration moved to
librtemsdefaultconfig.a recently.

(No files)

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