[前][次][番号順一覧][スレッド一覧]

ruby-changes:52280

From: normal <ko1@a...>
Date: Tue, 21 Aug 2018 09:16:51 +0900 (JST)
Subject: [ruby-changes:52280] normal:r64488 (trunk): internal.h: remove prototype for non-existent rb_divert_reserved_fd

normal	2018-08-21 09:16:45 +0900 (Tue, 21 Aug 2018)

  New Revision: 64488

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64488

  Log:
    internal.h: remove prototype for non-existent rb_divert_reserved_fd
    
    I forgot to remove it 3 years ago in r51576

  Modified files:
    trunk/internal.h
Index: internal.h
===================================================================
--- internal.h	(revision 64487)
+++ internal.h	(revision 64488)
@@ -1873,9 +1873,6 @@ void rb_mutex_allow_trap(VALUE self, int https://github.com/ruby/ruby/blob/trunk/internal.h#L1873
 VALUE rb_uninterruptible(VALUE (*b_proc)(ANYARGS), VALUE data);
 VALUE rb_mutex_owned_p(VALUE self);
 
-/* thread_pthread.c, thread_win32.c */
-int rb_divert_reserved_fd(int fd);
-
 /* transcode.c */
 extern VALUE rb_cEncodingConverter;
 #ifdef RUBY_ENCODING_H

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]