This is the mail archive of the
newlib@sources.redhat.com
mailing list for the newlib project.
The reentrancy structure?
- From: "H. Peter Anvin" <hpa at zytor dot com>
- To: newlib <newlib at sources dot redhat dot com>
- Date: Fri, 05 Jul 2002 17:10:56 -0700
- Subject: The reentrancy structure?
- Organization: Zytor Communications
Hi there,
I'm having a problem dealing with the reentrancy structure, because it
makes it impossible to determine at link-time if something like "stdin"
has been used; this is necessary for code-size reasons on a platform I'm
working on. Therefore, I'm thinking about ripping it out.
The question is: would the maintainers accept a patch which would make
this #ifdef'd (or something similar), or should I expect to make this a
fork?
-hpa