This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Some reentrancy changes


I have checked in some changes to strtok, mblen, mbtowc, and wctomb.  These
functions were declaring a static area to use with their reentrant equivalents.
I have changed them to use areas in the default reentrancy structure.  In addition,
the libc/include/sys/reent.h has been modified to add macros for initializing
a reentrant structure that has been dynamically allocated.

-- Jeff J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]