summaryrefslogtreecommitdiff
path: root/intern.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-29 02:44:49 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-29 02:44:49 +0000
commit4699b4afbb8e0fd96957de6dd6f23ecbe2a1bdd0 (patch)
tree422a2ee7d53697aad502fbb7b2490856c0b7d16a /intern.h
parentb2cf59aa1cbfb8109f0f2579427159c47f93e6eb (diff)
* eval.c (rb_thread_atfork): wrong format specifier.
[ruby-dev:21428] * process.c (pst_inspect): better description. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
-rw-r--r--intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern.h b/intern.h
index 3417acb08b..93e6bb8d11 100644
--- a/intern.h
+++ b/intern.h
@@ -374,6 +374,7 @@ void posix_signal _((int, RETSIGTYPE (*)(int)));
#endif
void rb_trap_exit _((void));
void rb_trap_exec _((void));
+char *ruby_signal_name _((int));
/* sprintf.c */
VALUE rb_f_sprintf _((int, VALUE*));
/* string.c */