Actions
Bug #9492
closedruby won't build on Mac OS X versions before 10.6 - pthread_setname_np() not available
Description
The following commit added a usage of the pthread_setname_np() function on Darwin to set the timer thread name: https://github.com/ruby/ruby/commit/09c96a7858955f2b94238bd4bf38729f0d650f22
This function isn't available in all OS X versions; it was first added in 10.6. As a result, ruby will fail to compile on older OS X releases.
Actions
Like0
Like0Like0Like0Like0