aboutsummaryrefslogtreecommitdiff
path: root/libiberty/strsignal.c
AgeCommit message (Collapse)AuthorFilesLines
2001-06-12strerror.c (sys_nerr): Hide the OS header version.Loren J. Rittle1-0/+2
* strerror.c (sys_nerr): Hide the OS header version. * strsignal.c (sys_nsig): Likewise. From-SVN: r43242
2000-05-29hashtab.c, [...]: Include string.h if HAVE_STRING_H.Zack Weinberg1-8/+11
* hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h 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. From-SVN: r34254
1998-05-15Update from Cygnus libiberty.Jeff Law1-9/+9
libiberty uses autoconf now. From-SVN: r19791
1997-12-04typo in last delta.Jeff Law1-1/+1
From-SVN: r16956
1997-12-04* strsignal.c (sys_nsig): Try NSIG and _NSIG.Jeffrey A Law1-0/+6
From-SVN: r16952
1997-08-21Initial revisionJason Merrill1-0/+638
From-SVN: r14877