aboutsummaryrefslogtreecommitdiff
path: root/libiberty/strerror.c
AgeCommit message (Collapse)AuthorFilesLines
2005-03-28merge from gccDJ Delorie1-10/+7
2004-04-14merge from gccDJ Delorie1-3/+3
2003-10-02 * strerror.c: Revert last change. Declare static sys_nerrDaniel Jacobowitz1-8/+2
and sys_errlist using different names.
2003-10-01 * strerror.c: Don't provide or reference sys_errlist ifDaniel Jacobowitz1-1/+8
strerror is available.
2001-10-16merge from gccDJ Delorie1-6/+6
2001-10-07merge from gccDJ Delorie1-5/+5
2001-10-07merge from gccDJ Delorie1-5/+5
2001-09-27merge from gccDJ Delorie1-5/+5
2001-09-26merge from gccDJ Delorie1-69/+44
2001-06-12merge from gccDJ Delorie1-0/+2
2000-05-29 * hashtab.c, partition.c, xmemdup.c: Include string.hZack Weinberg1-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.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+831