glob: Fix C++ compilation.
[gnulib.git] / modules / mktime
1 Description:
2 mktime() function: convert broken-down time to linear time.
3
4 Files:
5 lib/mktime-internal.h
6 lib/mktime.c
7 m4/mktime.m4
8
9 Depends-on:
10 multiarch
11 time_r
12
13 configure.ac:
14 gl_FUNC_MKTIME
15
16 Makefile.am:
17
18 Include:
19 <time.h>
20
21 License:
22 LGPLv2+
23
24 Maintainer:
25 Paul Eggert, Jim Meyering, glibc