mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* modules/sys_time-h: Renamed from modules/sys_time. * modules/sys_time-h-tests: Renamed from modules/sys_time-tests. * modules/sys_time-h-c++-tests: Renamed from modules/sys_time-c++-tests. * tests/test-sys_time-h.c: Renamed from tests/test-sys_time.c. * tests/test-sys_time-h-c++.cc: Renamed from tests/test-sys_time-c++.cc. * doc/posix-headers/sys_time.texi: Update. * modules/* (Depends-on): Update. * modules/sys_time: New file.
35 lines
358 B
Plaintext
35 lines
358 B
Plaintext
Description:
|
|
Get high resolution real time.
|
|
|
|
Files:
|
|
lib/xtime.h
|
|
lib/xtime.c
|
|
lib/gethrxtime.c
|
|
lib/gethrxtime.h
|
|
m4/gethrxtime.m4
|
|
|
|
Depends-on:
|
|
clock-time
|
|
extensions
|
|
extern-inline
|
|
gettime
|
|
sys_time-h
|
|
|
|
configure.ac:
|
|
gl_GETHRXTIME
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += gethrxtime.c xtime.c
|
|
|
|
Include:
|
|
"xtime.h"
|
|
|
|
Link:
|
|
$(GETHRXTIME_LIB)
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert
|