about summary refs log tree commit diff
path: root/sysdeps/posix/timespec_get.c
Commit message (Expand)AuthorAgeFilesLines
* Use clock_gettime to implement timespec_get.Zack Weinberg2019-10-301-32/+0
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-301-10/+4
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* timespec_get (posix): Fix copyright headerFlorian Weimer2018-12-121-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix name space use in last commit.Roland McGrath2013-04-231-1/+1
* Add generic POSIX implementation of C11 timespec_get.Roland McGrath2013-04-231-0/+38