add C11 timespec_get function, with associated time.h changes for C11
authorRich Felker <dalias@aerifal.cx>
Sat, 6 Sep 2014 16:58:09 +0000 (12:58 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 6 Sep 2014 16:58:09 +0000 (12:58 -0400)
commit6eb19505bc10eb7964c4863e53ef1028944044f2
tree33c3ec8604e5342916d6a58d52125e354a488128
parent86876dbec55d9416859bbbbc9850b1ec81b6dbea
add C11 timespec_get function, with associated time.h changes for C11

based on patch by Jens Gustedt for inclusion with C11 threads
implementation, but committed separately since it's independent of
threads.
include/time.h
src/time/timespec_get.c [new file with mode: 0644]