mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add comments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c81f5fd326
commit
e3e9c5682e
1 changed files with 4 additions and 0 deletions
4
thread.c
4
thread.c
|
@ -919,6 +919,10 @@ thread_value(VALUE self)
|
|||
* OpenBSD 5.2 (amd64):
|
||||
* time_t: int (signed 32bit integer)
|
||||
* tv_sec: long (signed 64bit integer)
|
||||
*
|
||||
* MinGW-w64 (x64):
|
||||
* time_t: long long (signed 64bit integer)
|
||||
* tv_sec: long (signed 32bit integer)
|
||||
*/
|
||||
|
||||
#if SIGNEDNESS_OF_TIME_T < 0 /* signed */
|
||||
|
|
Loading…
Reference in a new issue