aboutsummaryrefslogtreecommitdiff
path: root/src/network/herror.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Setup stub unit test infrastructureEuAndreh2024-01-051-0/+8
|
* fix missing newline in herror outputRich Felker2020-09-031-1/+1
|
* implement legacy function herrorRich Felker2013-12-201-0/+8
based on patch by Timo Teräs; greatly simplified to use fprintf.