only fallback to gettimeofday/settimeofday syscalls if they exist
[musl] / src / time / clock_gettime.c
2022-05-02 Stefan O'Rearonly fallback to gettimeofday/settimeofday syscalls...
2019-08-05 Rich Felkerfix regression in clock_gettime on 32-bit archs without...
2019-08-02 Rich Felkerclock_gettime: add support for 32-bit vdso with 64...
2019-08-02 Rich Felkerclock_gettime: add time64 syscall support, decouple...
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkermove and deduplicate declarations of __vdsosym to make...
2016-01-27 Rich Felkerimprove clock_gettime and adapt it to support slightly...
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2014-04-16 Rich Felkeradd working vdso clock_gettime support, including stati...
2014-04-15 Rich Felkerfix fallback code for old kernels in clock_gettime
2011-08-07 Rich Felkeruse weak aliase rather than weak reference for vdso...
2011-07-24 Rich Felkerworkaround for gcc's optimizer breaking dynamic symbol...
2011-07-24 Rich Felkerconst correctness on function pointer
2011-07-24 Rich Felkersome preliminaries for vdso clock support
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-03-10 Rich Felkerfix errno behavior in clock_* functions
2011-02-19 Rich Felkerimplement the remaining clock_* interfaces
2011-02-12 Rich Felkerinitial check-in, version 0.5.0