1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/time
Bruno Haible 1d546b1cd1 time: Fix test failure on native Windows.
* m4/time.m4 (gl_FUNC_TIME): Guess that it does not work on native
Windows.
* modules/time (Depends-on): Add gettimeofday.
* doc/posix-functions/time.texi: Mention the bug on Windows.
2023-03-17 13:31:11 +01:00

33 lines
433 B
Plaintext

Description:
time() function: return current time.
Files:
lib/time.c
m4/time.m4
Depends-on:
time-h
gettimeofday [test $REPLACE_TIME = 1]
configure.ac:
gl_FUNC_TIME
gl_CONDITIONAL([GL_COND_OBJ_TIME], [test $REPLACE_TIME = 1])
AM_COND_IF([GL_COND_OBJ_TIME], [
gl_PREREQ_TIME
])
gl_TIME_MODULE_INDICATOR([time])
Makefile.am:
if GL_COND_OBJ_TIME
lib_SOURCES += time.c
endif
Include:
<time.h>
License:
LGPLv2+
Maintainer:
all