summaryrefslogtreecommitdiff
path: root/libiberty/strerror.c
Commit message (Collapse)AuthorAgeFilesLines
* merge from gccDJ Delorie2005-03-281-10/+7
|
* merge from gccDJ Delorie2004-04-141-3/+3
|
* * strerror.c: Revert last change. Declare static sys_nerrDaniel Jacobowitz2003-10-021-8/+2
| | | | and sys_errlist using different names.
* * strerror.c: Don't provide or reference sys_errlist ifDaniel Jacobowitz2003-10-011-1/+8
| | | | strerror is available.
* merge from gccDJ Delorie2001-10-161-6/+6
|
* merge from gccDJ Delorie2001-10-071-5/+5
|
* merge from gccDJ Delorie2001-10-071-5/+5
|
* merge from gccDJ Delorie2001-09-271-5/+5
|
* merge from gccDJ Delorie2001-09-261-69/+44
|
* merge from gccDJ Delorie2001-06-121-0/+2
|
* * hashtab.c, partition.c, xmemdup.c: Include string.hZack Weinberg2000-05-291-8/+11
| | | | | | | | | | | | | if HAVE_STRING_H. * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H. * objalloc.c: Include config.h. Include stdlib.h and don't declare malloc or free if HAVE_STDLIB_H. * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H, else declare malloc without prototype. Include string.h if HAVE_STRING_H, else declare memset without prototype. Don't include stddef.h. * sort.c: Bring over from GCC.
* Initial revisionRichard Henderson1999-05-031-0/+831