ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / mktime
blob7594043e6d9dcc0fa8b47ef3145ff7acee1301c1
1 Description:
2 mktime() function: convert broken-down time to linear time.
4 Files:
5 lib/mktime-internal.h
6 lib/mktime.c
7 m4/mktime.m4
9 Depends-on:
10 time
11 c99
12 multiarch
13 intprops        [test $REPLACE_MKTIME = 1]
14 libc-config     [test $REPLACE_MKTIME = 1]
15 stdbool         [test $REPLACE_MKTIME = 1]
16 time_r          [test $REPLACE_MKTIME = 1]
17 verify          [test $REPLACE_MKTIME = 1]
19 configure.ac:
20 gl_FUNC_MKTIME
21 if test $REPLACE_MKTIME = 1; then
22   AC_LIBOBJ([mktime])
23   gl_PREREQ_MKTIME
25 gl_TIME_MODULE_INDICATOR([mktime])
27 Makefile.am:
29 Include:
30 <time.h>
32 License:
33 LGPLv2+
35 Maintainer:
36 Paul Eggert, Jim Meyering, glibc