aboutsummaryrefslogtreecommitdiff
path: root/include/compat/sys/time.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to fix 2038 problem with MSVCTheo Buehler2024-10-061-0/+9
|
* add clock_gettime for macos 10.11 and earlierBrent Cook2018-03-221-4/+0
|
* Add CLOCK_MONOTONIC and timersub for the OS that does not have themkinichiro2017-12-251-0/+16
|
* add initial CMake and Visual Studio build supportBrent Cook2015-07-211-0/+16
This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore.