byannoni / qthreads

A POSIX thread wrapper using a pool and queues of functions for C and (soon) C++
Apache License 2.0
1 stars 1 forks source link

The procedure qtstrerror_r() should better mimic strerror_r() #82

Closed byannoni closed 7 years ago

byannoni commented 7 years ago

~This procedure should give appropriate strings when given an invalid error number.~ This is not the case for the XSI-compliant version of the procedure.