From 6a44965fbc8a8e059d1172371135ea7bdbe3ec1b Mon Sep 17 00:00:00 2001 From: bje Date: Tue, 30 Jan 2007 23:12:29 +0000 Subject: * strsignal.c (psignal): Change type of signo to int. * functions.texi: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121364 138bc75d-0d04-0410-961f-82ee72b054a4 --- libiberty/functions.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty/functions.texi') diff --git a/libiberty/functions.texi b/libiberty/functions.texi index 68c064817db..45dcd4c086e 100644 --- a/libiberty/functions.texi +++ b/libiberty/functions.texi @@ -948,7 +948,7 @@ documented. @end deftypefn @c strsignal.c:539 -@deftypefn Supplemental void psignal (unsigned @var{signo}, char *@var{message}) +@deftypefn Supplemental void psignal (int @var{signo}, char *@var{message}) Print @var{message} to the standard error, followed by a colon, followed by the description of the signal specified by @var{signo}, -- cgit v1.2.1