mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/win32.c: restore a license comment accidentally removed at r50381.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d6d393d268
commit
347d44ca41
1 changed files with 3 additions and 1 deletions
|
@ -5519,10 +5519,12 @@ rb_w32_times(struct tms *tmbuf)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* License: Ruby's */
|
||||||
#define yield_once() Sleep(0)
|
#define yield_once() Sleep(0)
|
||||||
#define yield_until(condition) do yield_once(); while (!(condition))
|
#define yield_until(condition) do yield_once(); while (!(condition))
|
||||||
|
|
||||||
|
/* License: Ruby's */
|
||||||
struct asynchronous_arg_t {
|
struct asynchronous_arg_t {
|
||||||
/* output field */
|
/* output field */
|
||||||
void* stackaddr;
|
void* stackaddr;
|
||||||
|
|
Loading…
Add table
Reference in a new issue