mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
thread.c: rb_thread_fd_close [ci skip]
* thread.c (rb_thread_fd_close): re-define only for abi-check, abort if called. [ruby-core:80078] [Bug #13304] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c279ac3615
commit
c617568c53
2 changed files with 11 additions and 1 deletions
|
@ -424,7 +424,7 @@ void rb_exec_end_proc(void);
|
|||
void rb_thread_schedule(void);
|
||||
void rb_thread_wait_fd(int);
|
||||
int rb_thread_fd_writable(int);
|
||||
void rb_thread_fd_close(int);
|
||||
DEPRECATED(void rb_thread_fd_close(int));
|
||||
int rb_thread_alone(void);
|
||||
void rb_thread_sleep(int);
|
||||
void rb_thread_sleep_forever(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue