Ruby
3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
internal
signal.h
1
#ifndef INTERNAL_SIGNAL_H
/*-*-C-*-vi:se ft=c:*/
2
#define INTERNAL_SIGNAL_H
12
/* signal.c */
13
extern
int
ruby_enable_coredump;
14
int
rb_get_next_signal(
void
);
15
16
RUBY_SYMBOL_EXPORT_BEGIN
17
/* signal.c (export) */
18
int
rb_grantpt(
int
fd);
19
RUBY_SYMBOL_EXPORT_END
20
21
#endif
/* INTERNAL_SIGNAL_H */
Generated by
1.9.8