summaryrefslogtreecommitdiffstats
path: root/Compat.h
AgeCommit message (Expand)Author
10 daysUpdate '__STDC_VERSION__' check with C23Explorer09
2023-12-26Relocate include of config.h from header to source modeuleBenny Baumann
2023-12-26Convince IWYU to keep size_t/ssize_t via stddef.hBenny Baumann
2023-04-23Compat: implement static_assert() shim for pre-C11Ivan Shapovalov
2022-08-09Linux: support openat() without readlinkat()Christian Göttsche
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-04-05Request the realtime and monotonic clock times once per sampleNathan Scott
2020-12-18Support clock_gettime() on OSX El Capitan and earlierChristian Göttsche
2020-12-06IWYU updateChristian Göttsche
2020-12-05Resolve conversion from ssize_t to int for readlink return valueChristian Göttsche
2020-12-04Convert personal copyright authorship to teamChristian Göttsche
2020-11-28Add compat mode for systems without openat(2)Christian Göttsche
2020-11-24Compatibility function for faccessatBenny Baumann
2020-11-09Add compat wrapper for readlinkatBenny Baumann
2020-10-29Add compat wrapper for fstatatChristian Göttsche