summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSami Kerola2016-07-12 23:21:10 +0200
committerSami Kerola2017-02-03 23:31:18 +0100
commitb72a75e993d60d50cb9ed067aaf83197b3b1c9e1 (patch)
treef02324bcf2a47c22d6e6cf3a41c484a833589586 /configure.ac
parenthwclock: remove UTC-0 localization hack (diff)
downloadkernel-qcow2-util-linux-b72a75e993d60d50cb9ed067aaf83197b3b1c9e1.tar.gz
kernel-qcow2-util-linux-b72a75e993d60d50cb9ed067aaf83197b3b1c9e1.tar.xz
kernel-qcow2-util-linux-b72a75e993d60d50cb9ed067aaf83197b3b1c9e1.zip
lib: add timegm() portability function to lib/timeutils.c
Local timegm() is a replacement function in cases it is missing from libc implementation. Hopefully the replacement is never, or very rarely, used. CC: Ruediger Meier <ruediger.meier@ga-group.nl> Reviewed-by: J William Piggott <elseifthen@gmx.com> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 37599212c..2dc10e331 100644
--- a/configure.ac
+++ b/configure.ac
@@ -416,6 +416,7 @@ AC_CHECK_FUNCS([ \
strnlen \
sysconf \
sysinfo \
+ timegm \
usleep \
warn \
warnx \