diff options
author | Ben Elliston <bje@au.ibm.com> | 2007-01-30 23:13:04 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2007-01-30 23:13:04 +0000 |
commit | 71f2e6f41fd44507fade469e748fff19877acdd2 (patch) | |
tree | 4bd8b2958d89e0537cc3d7d5c8171226e24b0a29 /libiberty/functions.texi | |
parent | 33738e41d94bbe79c590ba7e2303101ec5840144 (diff) | |
download | gdb-71f2e6f41fd44507fade469e748fff19877acdd2.zip gdb-71f2e6f41fd44507fade469e748fff19877acdd2.tar.gz gdb-71f2e6f41fd44507fade469e748fff19877acdd2.tar.bz2 |
* strsignal.c (psignal): Change type of signo to int.
* functions.texi: Regenerate.
Diffstat (limited to 'libiberty/functions.texi')
-rw-r--r-- | libiberty/functions.texi | 2 |
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}, |