X wcfs: client: os: Factor syserr -> string into _sysErrString
Currently the code to convert `int err` or errno into string is usde only in _pathError, but in the next patches we'll need it to also handle error from pthread_atfork. -> Factor-out to separate function.
Showing