summaryrefslogtreecommitdiff
path: root/modules/gettimeofday
blob: b4bdcc37c7d7b62166615f90a19b73123efb8cc7 (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
Description:
gettimeofday() function: return current time.

Files:
lib/gettimeofday.c
m4/gettimeofday.m4

Depends-on:
sys_time

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