about summary refs log tree commit diff
path: root/src/linux/err.c
Commit message (Collapse)AuthorAgeFilesLines
* handle null arguments to legacy bsd err.h functionsRich Felker2012-08-151-2/+2
|
* support the nonstandard err.h interfacesRich Felker2011-04-051-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.