* eval.c (rb_fd_isset): compare the result of FD_ISSET with 0 to
avoid BSD bug. BSD defines FD_ISSET as just a bitmap of unsigned long. So returning the value from rb_fd_isset discards upper 32bits on LP64 environment. http://www.freebsd.org/cgi/query-pr.cgi?pr=ia64/91421 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
969519f164
commit
199ef57934
@ -1,3 +1,11 @@
|
||||
Sat Jan 7 06:24:18 2006 Tanaka Akira <akr@m17n.org>
|
||||
|
||||
* eval.c (rb_fd_isset): compare the result of FD_ISSET with 0 to
|
||||
avoid BSD bug. BSD defines FD_ISSET as just a bitmap of unsigned
|
||||
long. So returning the value from rb_fd_isset discards upper
|
||||
32bits on LP64 environment.
|
||||
http://www.freebsd.org/cgi/query-pr.cgi?pr=ia64/91421
|
||||
|
||||
Fri Jan 6 02:20:18 2006 Tanaka Akira <akr@m17n.org>
|
||||
|
||||
* configure.in: don't force getcontext on IA64.
|
||||
|
Loading…
x
Reference in New Issue
Block a user