diff options
author | KJ Tsanaktsidis <[email protected]> | 2023-05-26 12:02:30 +1000 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-05-26 14:51:23 +0900 |
commit | 54a74c42033e42869e69e7dc9e67efa1faf225be (patch) | |
tree | 709fec3c20fad2a7d644ca9a6fb03dc49972b155 /test/ruby/test_io.rb | |
parent | 8c4da473dec7f733254aad4816857536e85f93f3 (diff) |
Move rb_thread_cond_struct definition into thread_native.h
On Win32, currently, rb_nativethread_cond_t is an incomplete type
because it's a typedef for `struct rb_thread_cond_struct`. That means
you can't actually allocate a rb_nativethread_cond_t unless you also
include THREAD_IMPL_H (since its defined in thread_win32.h)
(alternatively, including vm_core.h also works).
Move the definition of rb_thread_cond_struct into thread_native.h to
alleviate this.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7865
Diffstat (limited to 'test/ruby/test_io.rb')
0 files changed, 0 insertions, 0 deletions