summaryrefslogtreecommitdiff
path: root/modules/timegm
blob: ade34754fff25a37786af403654caa3153463cfd (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
Description:
Convert calendar time to simple time, inverse of mktime.

Files:
lib/mktime-internal.h
lib/timegm.c
m4/timegm.m4

Depends-on:
time
mktime-internal [test $HAVE_TIMEGM = 0 || test $REPLACE_TIMEGM = 1]
time_r          [test $HAVE_TIMEGM = 0 || test $REPLACE_TIMEGM = 1]

configure.ac:
gl_FUNC_TIMEGM
gl_TIME_MODULE_INDICATOR([timegm])

Makefile.am:

Include:
<time.h>

License:
LGPLv2+

Maintainer:
all, glibc