aboutsummaryrefslogtreecommitdiffstats
path: root/strerror.c
AgeCommit message (Collapse)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-3/+3
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
1999-06-14Add our own "strerror()", which we use on platforms that don't have itGuy Harris1-0/+42
in the standard libraries (such as SunOS 4.x). svn path=/trunk/; revision=312