mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 01:54:00 +02:00
* thread.c (rb_thread_select): rewrite by using
rb_thread_fd_select(). old one is EINTR unsafe. Patch by Eric Wong. [Bug #5229] [ruby-core:39102] * test/-ext-/old_thread_select/test_old_thread_select.rb: a testcase for rb_thread_select(). * ext/-test-/old_thread_select/old_thread_select.c: ditto. * ext/-test-/old_thread_select/depend: ditto. * ext/-test-/old_thread_select/extconf.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f3ef9346d1
commit
0cebfad20a
6 changed files with 167 additions and 20 deletions
2
ext/-test-/old_thread_select/depend
Normal file
2
ext/-test-/old_thread_select/depend
Normal file
|
@ -0,0 +1,2 @@
|
|||
old_thread_select.o: $(top_srcdir)/thread.c \
|
||||
$(hdrdir)/ruby/ruby.h $(hdrdir)/ruby/io.h
|
Loading…
Add table
Add a link
Reference in a new issue