aboutsummaryrefslogtreecommitdiff
path: root/libiberty/functions.texi
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2007-01-30 23:12:29 +0000
committerBen Elliston <bje@gcc.gnu.org>2007-01-31 10:12:29 +1100
commitae452ed134d3de34c430ecd901484a57482d581b (patch)
treed84add372b5b296e51ab2da2a75f9e995d654055 /libiberty/functions.texi
parentd43b573e775652711a3fd046dbff5b62a3c85e98 (diff)
downloadgcc-ae452ed134d3de34c430ecd901484a57482d581b.zip
gcc-ae452ed134d3de34c430ecd901484a57482d581b.tar.gz
gcc-ae452ed134d3de34c430ecd901484a57482d581b.tar.bz2
strsignal.c (psignal): Change type of signo to int.
* strsignal.c (psignal): Change type of signo to int. * functions.texi: Regenerate. From-SVN: r121364
Diffstat (limited to 'libiberty/functions.texi')
-rw-r--r--libiberty/functions.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/functions.texi b/libiberty/functions.texi
index 68c0648..45dcd4c 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},