Files
RedBear-OS/local/recipes/dev/libtool/source/gnulib/modules/gettimeofday
T

33 lines
558 B
Plaintext

Description:
gettimeofday() function: return current time.
Files:
lib/gettimeofday.c
m4/gettimeofday.m4
Depends-on:
sys_time
configure.ac:
gl_FUNC_GETTIMEOFDAY
gl_CONDITIONAL([GL_COND_OBJ_GETTIMEOFDAY],
[test $HAVE_GETTIMEOFDAY = 0 || test $REPLACE_GETTIMEOFDAY = 1])
AM_COND_IF([GL_COND_OBJ_GETTIMEOFDAY], [
gl_PREREQ_GETTIMEOFDAY
])
gl_SYS_TIME_MODULE_INDICATOR([gettimeofday])
Makefile.am:
if GL_COND_OBJ_GETTIMEOFDAY
lib_SOURCES += gettimeofday.c
endif
Include:
<sys/time.h>
License:
LGPLv2+
Maintainer:
Paul Eggert, Jim Meyering