summaryrefslogtreecommitdiff
path: root/libiberty/strsignal.c
Commit message (Collapse)AuthorAgeFilesLines
* merge from gccDJ Delorie2011-06-131-2/+2
|
* * strsignal.c (psignal): Change second parameter to const char *.Corinna Vinschen2011-05-171-2/+2
| | | | Fix comment accordingly.
* 2008-06-19 Eric Blake <ebb9@byu.net>Eric Blake2008-06-191-6/+8
| | | | | Adjust strsignal to POSIX 200x prototype. * strsignal.c (strsignal): Remove const.
* * strsignal.c (psignal): Change type of signo to int.Ben Elliston2007-01-301-3/+3
| | | | * functions.texi: Regenerate.
* merge from gccDJ Delorie2005-03-281-18/+9
|
* merge from gccDJ Delorie2004-11-201-2/+1
|
* merge from gccDJ Delorie2003-04-151-1/+1
|
* merge from gccDJ Delorie2001-10-171-1/+1
|
* merge from gccDJ Delorie2001-10-161-79/+48
|
* merge from gccDJ Delorie2001-10-071-3/+3
|
* 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.
* 19990502 sourceware importbinu_ss_19990502Richard Henderson1999-05-031-0/+644