https://bugs.kde.org/show_bug.cgi?id=416753
Bug ID: 416753 Summary: new 32bit time syscalls for 2038+ Product: valgrind Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: jsew...@acm.org Reporter: m...@klomp.org Target Milestone: --- The linux kernel now supports variants of various syscalls that take a "bigger" timeval/time_t/timespec to solve the year 2038 issue on 32bit architectures. glibc 2.31 will prefer calling these syscalls. Fedora rawhide already uses a glibc prerelease (2.30.9000) which causes lots of failing testcases on arm and x86. 403 clock_gettime64 404 clock_settime64 405 clock_adjtime64 406 clock_getres_time64 407 clock_nanosleep_time64 408 timer_gettime64 409 timer_settime64 410 timerfd_gettime64 411 timerfd_settime64 412 utimensat_time64 413 pselect6_time64 414 ppoll_time64 416 io_pgetevents_time64 417 recvmmsg_time64 418 mq_timedsend_time64 419 mq_timedreceiv_time64 420 semtimedop_time64 421 rt_sigtimedwait_time64 422 futex_time64 423 sched_rr_get_interval_time64 -- You are receiving this mail because: You are watching all bug changes.