mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
4aa9e1ace0
FreeBSD (at least 7.2 to 7.2) calls nsdispatch(3) when it calls getaddrinfo(3). And nsdispatch(3) doesn't call dlerror(3) even if it calls _nss_cache_cycle_prevention_function with dlsym(3). So our DL::Handle#sym must call dlerror(3) before call dlsym. In general uses of dlerror(3) should call it before use it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
---|---|---|
.. | ||
test_base.rb | ||
test_callback.rb | ||
test_cfunc.rb | ||
test_cparser.rb | ||
test_cptr.rb | ||
test_dl2.rb | ||
test_func.rb | ||
test_handle.rb | ||
test_import.rb | ||
test_win32.rb |