blob: 106e7a77652eb31b342d0517e21f2d3df1622fdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
Description:
gettimeofday() function: return current time.
Files:
lib/gettimeofday.c
m4/gettimeofday.m4
Depends-on:
sys_time
localtime-buffer [test $NEED_LOCALTIME_BUFFER = 1]
configure.ac:
gl_FUNC_GETTIMEOFDAY
if test $HAVE_GETTIMEOFDAY = 0 || test $REPLACE_GETTIMEOFDAY = 1; then
AC_LIBOBJ([gettimeofday])
gl_PREREQ_GETTIMEOFDAY
fi
gl_SYS_TIME_MODULE_INDICATOR([gettimeofday])
Makefile.am:
Include:
<sys/time.h>
License:
LGPLv2+
Maintainer:
Paul Eggert, Jim Meyering
|