mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03: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.
32 lines
333 B
Plaintext
32 lines
333 B
Plaintext
Description:
|
|
Return current time, with nanosecond resolution.
|
|
|
|
Files:
|
|
lib/gettime.c
|
|
m4/gettime.m4
|
|
|
|
Depends-on:
|
|
clock-time
|
|
gettimeofday
|
|
sys_time-h
|
|
timespec
|
|
extensions
|
|
|
|
configure.ac:
|
|
gl_GETTIME
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += gettime.c
|
|
|
|
Include:
|
|
"timespec.h"
|
|
|
|
Link:
|
|
$(CLOCK_TIME_LIB)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|