aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-13 02:14:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-13 02:14:15 +0000
commit8d7fb9ee1a8fa43b43813296420b2a17c08c9875 (patch)
treeb4805d222d94731cf464fcbfe02febe87a8ff095 /include
parent8489456e17c5a114cd6246fcce2eee926d07ee68 (diff)
downloadruby-8d7fb9ee1a8fa43b43813296420b2a17c08c9875.tar.gz
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
Diffstat (limited to 'include')
-rw-r--r--include/ruby/intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h
index 9b6a8d7dea..5742251004 100644
--- a/include/ruby/intern.h
+++ b/include/ruby/intern.h
@@ -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);