summaryrefslogtreecommitdiff
path: root/src/linux/err.c
AgeCommit message (Collapse)AuthorLines
2012-08-15handle null arguments to legacy bsd err.h functionsRich Felker-2/+2
2011-04-05support the nonstandard err.h interfacesRich Felker-0/+60
note that unlike the originals, these do not print the program name/argv[0] because we have not saved it anywhere. this could be changed in __libc_start_main if desired.