This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

latest C-library reentrancy status

In versions 4 and 5 of the C-library,
approximately half the routines were reentrant. What is the current status?
Will some functions ( such as the memory allocation routines ) never be reentrant?
[Note: I know I can bracket non-reentrant routines with a semaphore.]