Hi,
The traditional 'errno' global variable is not safe in multithreading environment. From errno.h, I figure out it should be possible to define the _Geterrno() function to use different errno variables for each thread. My question is: how can I do that?
Any suggestion is welcome, thanks.