diff options
| author | Pierrick Bouvier <pierrick.bouvier@linaro.org> | 2024-02-26 11:03:12 +0400 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-02-26 20:45:48 +0900 |
| commit | 1ca3482e0a7a6a528a648ce285dc344b0f6eef14 (patch) | |
| tree | fa5bace25e675c2195f85e8604279a1473844053 /spec | |
| parent | dddf62426b7a384715dd558773723ecbdfa37a11 (diff) | |
Fix compilation for platforms without pthread
Found when compiling ruby for windows-arm64 using msys2
Missing return type for function Init_lock_native_thread
lock_native_thread.c:45:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
45 | Init_lock_native_thread(void)
| ^
| int
Diffstat (limited to 'spec')
0 files changed, 0 insertions, 0 deletions
