Add gnulib files to support higher-resolution time stamps.
commitf59e4af9920ff9d377ee5f41d123c3e76a6c7640
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Jun 2012 21:26:37 +0000 (22 14:26 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Jun 2012 21:26:37 +0000 (22 14:26 -0700)
tree9c492b4dc32febfd46d02cc64c20711f046be2d8
parent466c5046894f1dba7ba154d24ac5e1253d344dbc
Add gnulib files to support higher-resolution time stamps.
24 files changed:
lib/dtotimespec.c [new file with mode: 0644]
lib/gettime.c [new file with mode: 0644]
lib/gettimeofday.c [new file with mode: 0644]
lib/pselect.c [new file with mode: 0644]
lib/stat-time.h [new file with mode: 0644]
lib/sys_select.in.h [new file with mode: 0644]
lib/sys_time.in.h [new file with mode: 0644]
lib/timespec-add.c [new file with mode: 0644]
lib/timespec-sub.c [new file with mode: 0644]
lib/timespec.h [new file with mode: 0644]
lib/utimens.c [new file with mode: 0644]
lib/utimens.h [new file with mode: 0644]
m4/clock_time.m4 [new file with mode: 0644]
m4/gettime.m4 [new file with mode: 0644]
m4/gettimeofday.m4 [new file with mode: 0644]
m4/pselect.m4 [new file with mode: 0644]
m4/stat-time.m4 [new file with mode: 0644]
m4/sys_select_h.m4 [new file with mode: 0644]
m4/sys_socket_h.m4 [new file with mode: 0644]
m4/sys_time_h.m4 [new file with mode: 0644]
m4/timespec.m4 [new file with mode: 0644]
m4/utimbuf.m4 [new file with mode: 0644]
m4/utimens.m4 [new file with mode: 0644]
m4/utimes.m4 [new file with mode: 0644]