This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
How is _GLOBAL_REENT meant to be used?
- From: "Thomas Zenker" <thz at isepos dot de>
- To: newlib at sourceware dot org
- Date: Fri, 21 Apr 2006 15:19:54 +0200
- Subject: How is _GLOBAL_REENT meant to be used?
Hi, I've ported newlib to my preemptive RTOS. The REENT resp. _impure_ptr
is set during task switches. Now on exit from a task fwalk etc. does not
cleanup impure_ptr but GLOBAL_REENT (_global_impure_ptr), which is the
static version.
How is it meant to be used or is there a possibility to map GLOBAL_REENT
to REENT without changing newlib?
Thomas