aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix/timespec_get.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-30Use clock_gettime to implement timespec_get.Zack Weinberg1-32/+0
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg1-10/+4
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-12timespec_get (posix): Fix copyright headerFlorian Weimer1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-04-23Fix name space use in last commit.Roland McGrath1-1/+1
2013-04-23Add generic POSIX implementation of C11 timespec_get.Roland McGrath1-0/+38