blob: 9653e90e3da9b7fc248b86cc35f2efc931d5983b (
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
|
Description:
mktime() function: convert broken-down time to linear time.
Files:
lib/mktime-internal.h
lib/mktime.c
m4/mktime.m4
Depends-on:
multiarch
time_r [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
|