зеркало из https://github.com/github/ruby.git
* thread.c (rb_time_timeval): made a real prototype. a patch from
Marcus Rueckert <darix AT opensu.se> at [ruby-core:21492]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
92ad9fb2d7
Коммит
3899c1bed7
|
@ -1,3 +1,8 @@
|
|||
Thu Jan 22 11:33:08 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* thread.c (rb_time_timeval): made a real prototype. a patch from
|
||||
Marcus Rueckert <darix AT opensu.se> at [ruby-core:21492].
|
||||
|
||||
Wed Jan 21 21:43:50 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* io.c (rb_io_ungetbyte, rb_io_ungetc): allows nil to reset EOF
|
||||
|
|
2
thread.c
2
thread.c
|
@ -917,7 +917,7 @@ rb_thread_interrupted(VALUE thval)
|
|||
return RUBY_VM_INTERRUPTED(th);
|
||||
}
|
||||
|
||||
struct timeval rb_time_timeval();
|
||||
struct timeval rb_time_timeval(VALUE);
|
||||
|
||||
void
|
||||
rb_thread_sleep(int sec)
|
||||
|
|
Загрузка…
Ссылка в новой задаче