summaryrefslogtreecommitdiff
path: root/modules/timegm
blob: 0ec9d65e7b7a1aeef2efb761fae8452cf9094da1 (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
30
31
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
if test $HAVE_TIMEGM = 0 || test $REPLACE_TIMEGM = 1; then
  AC_LIBOBJ([timegm])
  gl_PREREQ_TIMEGM
fi
gl_TIME_MODULE_INDICATOR([timegm])

Makefile.am:

Include:
<time.h>

License:
LGPLv2+

Maintainer:
all, glibc