Ruby
3.3.7p123 (2025-01-15 revision be31f993d7fa0219d85f7b3c694d454da4ecc10b)
internal
signal.h
1
#ifndef INTERNAL_SIGNAL_H
/*-*-C-*-vi:se ft=c:*/
2
#define INTERNAL_SIGNAL_H
11
12
/* signal.c */
13
extern
int
ruby_enable_coredump;
14
int
rb_get_next_signal(
void
);
15
16
#ifdef POSIX_SIGNAL
17
void (*ruby_posix_signal(
int
,
void
(*)(
int
)))(int);
18
#endif
19
20
RUBY_SYMBOL_EXPORT_BEGIN
21
/* signal.c (export) */
22
int
rb_grantpt(
int
fd);
23
RUBY_SYMBOL_EXPORT_END
24
25
#endif
/* INTERNAL_SIGNAL_H */
Generated by
1.13.1