
30 Apr
2007
30 Apr
'07
3 a.m.
Gottlob Frege wrote:
If it is using errno, can I assume it is not thread-safe? Any other threading issues?
errno is implemented using thread-local storage (at least on POSIX compliant platforms), so there is no conflict. HTH, Stefan -- ...ich hab' noch einen Koffer in Berlin...