Hash :
87791b14
Author :
Date :
2024-10-03T22:06:33
mktime: prefer static_assert to verify This should work better with glibc. * lib/mktime.c: Do not include verify.h. Use static_assert instead of verify. * modules/mktime (Depends-on): Depend on assert-h, not verify.
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
assert-h [test $REPLACE_MKTIME = 1]
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]
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