diff options
author | Nobuyoshi Nakada <[email protected]> | 2025-05-12 14:16:06 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2025-05-12 17:45:39 +0900 |
commit | 46e4c8673747de96838d2c5dec37446d23d99d88 () | |
tree | 0b1414992609029bcc1083e55e5240052e60431b | |
parent | 91375d75796699384c9b44078149ac393462cf45 (diff) |
Detect `clock_gettime` and `clock_getres` for winpthreads
Notes: Merged: https://.com/ruby/ruby/pull/13304
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1250,8 +1250,6 @@ main() ac_cv_func_gmtime_r=yes rb_cv_large_fd_select=yes ac_cv_type_struct_timeval=yes - ac_cv_func_clock_gettime=yes - ac_cv_func_clock_getres=yes ac_cv_func_malloc_usable_size=no ac_cv_type_off_t=yes ac_cv_sizeof_off_t=8 |