summaryrefslogtreecommitdiffstats
path: root/signal.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-01 15:14:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-01 15:14:23 +0000
commit5692b9648bad53a04549702ee48f711a89df65d6 (patch)
tree1142570c6219d53d32005695bba326da5e468d80 /signal.c
parent4b15f1f9dfc3d2fa44a604cf0bb6f7753c8d42bd (diff)
downloadruby-5692b9648bad53a04549702ee48f711a89df65d6.tar.gz
ruby-5692b9648bad53a04549702ee48f711a89df65d6.tar.xz
ruby-5692b9648bad53a04549702ee48f711a89df65d6.zip
* signal.c (ruby_signal_name): adjust to the prototype.
* process.c (pst_inspect): ditto. * ext/etc/etc.c (Init_etc): typo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'signal.c')
-rw-r--r--signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/signal.c b/signal.c
index bcf7b1d96..628fdc3fc 100644
--- a/signal.c
+++ b/signal.c
@@ -191,7 +191,7 @@ signo2signm(no)
return 0;
}
-char *
+const char *
ruby_signal_name(no)
int no;
{
OSZAR »