List of reentrant functions?
807578Jul 30 2009 — edited Aug 31 2009Hi,
Does anyone have a list of all reentrant functions in C/Unix?
By searching online, I found out that there are 118 functions listed in IEEE Std 1003.1 for Unix .... but I cannot seem to find the list. I even looked at unix.org for the IEEE std. I could not locate the list of these functions.
Any help is very much appreciated.
PS: I did find a list of non-reentrant functions that we should never use from a threaded application on Sun forums. I really need a list of all reentrant functions as well.
Thanks,
Sreeni