mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
0cebfad20a
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
2 lines
90 B
Text
2 lines
90 B
Text
old_thread_select.o: $(top_srcdir)/thread.c \
|
|
$(hdrdir)/ruby/ruby.h $(hdrdir)/ruby/io.h
|