view modules/gettime @ 40244:c39a0edd90d7

fts: minor simplification * lib/fts.c (fts_safe_changedir): Remove redundant assignment.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 17 Mar 2019 12:39:50 -0700
parents 41c2fed9d7a1
children
line wrap: on
line source

Description:
Return current time, with nanosecond resolution.

Files:
lib/gettime.c
m4/gettime.m4

Depends-on:
clock-time
gettimeofday
sys_time
timespec
extensions

configure.ac:
gl_GETTIME

Makefile.am:
lib_SOURCES += gettime.c

Include:
"timespec.h"

Link:
$(LIB_CLOCK_GETTIME)

License:
LGPL

Maintainer:
Paul Eggert, Jim Meyering