summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/clock_gettime.c
AgeCommit message (Collapse)Author
2005-04-28Added support for clock_getres() and clock_settime() in addition toPeter Kjellerstedt
the already existing clock_gettime(). In addition they will now use the corresponding system calls if they exists, which resulted in a move to libc/sysdeps/linux/common for clock_gettime.c (it was previously located in libc/misc/time).