aboutsummaryrefslogtreecommitdiff
path: root/src/util/syserror.h
AgeCommit message (Collapse)Author
2022-04-28util: Replace non-threadsafe strerrorlaanwj
Some uses of non-threadsafe `strerror` have snuck into the code since they were removed in #4152. Add a wrapper `SysErrorString` for thread-safe strerror alternatives and replace all uses of `strerror` with this.