summaryrefslogtreecommitdiffstats
path: root/build/has/timer-create.c
Commit message (Collapse)AuthorAgeFilesLines
* xtime: Add a wrapper for timer_create()/setitimer()Tavian Barnes14 days1-0/+9
setitimer() is obsolescent in POSIX 2008 and removed from POSIX 2024. However, at least macOS doesn't implement the new timer_create() API, so we still need the setitimer() fallback.