Removed declaration of non-existent symbol

This commit is contained in:
Nobuyoshi Nakada 2020-12-09 11:32:18 +09:00
parent 27b6df9653
commit 4f907a80f0
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -28,8 +28,6 @@
RBIMPL_SYMBOL_EXPORT_BEGIN()
/* process.c */
RUBY_EXTERN void (* rb_socket_before_fork_func)();
void rb_last_status_set(rb_pid_t pid, int status, int error);
VALUE rb_last_status_get(void);
int rb_proc_exec(const char*);