mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
rb_trap_exec has been removed since 1.9
This commit is contained in:
parent
b1ef14176b
commit
0d0ff8277f
1 changed files with 0 additions and 1 deletions
|
@ -720,7 +720,6 @@ VALUE rb_f_kill(int, const VALUE*);
|
|||
RETSIGTYPE (*posix_signal(int, RETSIGTYPE (*)(int)))(int);
|
||||
#endif
|
||||
void rb_trap_exit(void);
|
||||
void rb_trap_exec(void);
|
||||
const char *ruby_signal_name(int);
|
||||
void ruby_default_signal(int);
|
||||
/* sprintf.c */
|
||||
|
|
Loading…
Add table
Reference in a new issue