summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-13 03:30:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-13 03:30:11 +0000
commit5b72a06cbeb236290568a5f1cc082e954107f0be (patch)
tree5e4bd8fbf2b6abcd3d544f054ff6c77824ddea34 /thread.c
parentc617568c53923acdcf7f15589d8705fe80a6f47c (diff)
thread.c: rb_thread_fd_close no longer returns
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/thread.c b/thread.c
index 803ed66494..736946bf68 100644
--- a/thread.c
+++ b/thread.c
@@ -2197,6 +2197,7 @@ rb_notify_fd_close(int fd)
return busy;
}
+NORETURN(void rb_thread_fd_close(int fd));
void
rb_thread_fd_close(int fd)
{