aboutsummaryrefslogtreecommitdiff
path: root/libiberty/strsignal.c
AgeCommit message (Collapse)AuthorFilesLines
2008-06-192008-06-19 Eric Blake <ebb9@byu.net>Eric Blake1-6/+8
Adjust strsignal to POSIX 200x prototype. * strsignal.c (strsignal): Remove const.
2007-01-30 * strsignal.c (psignal): Change type of signo to int.Ben Elliston1-3/+3
* functions.texi: Regenerate.
2005-03-28merge from gccDJ Delorie1-18/+9
2004-11-20merge from gccDJ Delorie1-2/+1
2003-04-15merge from gccDJ Delorie1-1/+1
2001-10-17merge from gccDJ Delorie1-1/+1
2001-10-16merge from gccDJ Delorie1-79/+48
2001-10-07merge from gccDJ Delorie1-3/+3
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/+644