summaryrefslogtreecommitdiff
path: root/modules/mktime
blob: e5c4c05687bcf51898f996abe736b19e9d216f2a (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
32
33
34
35
36
37
Description:
mktime() function: convert broken-down time to linear time.

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

Depends-on:
time-h
c99
multiarch
intprops        [test $REPLACE_MKTIME = 1]
libc-config     [test $REPLACE_MKTIME = 1]
stdbool         [test $REPLACE_MKTIME = 1]
stdckdint       [test $REPLACE_MKTIME = 1]
time_r          [test $REPLACE_MKTIME = 1]
verify          [test $REPLACE_MKTIME = 1]

configure.ac:
gl_FUNC_MKTIME
if test $REPLACE_MKTIME = 1; then
  AC_LIBOBJ([mktime])
  gl_PREREQ_MKTIME
fi
gl_TIME_MODULE_INDICATOR([mktime])

Makefile.am:

Include:
<time.h>

License:
LGPLv2+

Maintainer:
Paul Eggert, Jim Meyering, glibc