
8 Jun
2007
8 Jun
'07
7:13 p.m.
Module libs/system/src/error_code.cpp has conditionalization which ensures that strerror_r() is called only on the platforms where this function is availble. The condition does not take into account Tru64 and VMS and, as a result, the module does not compile on these platforms. Attached patch fixes this problem. Ok to commit to HEAD? Thanks, Boris