summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2017-02-09 11:35:50 +0100
committerKarel Zak2017-02-09 11:35:50 +0100
commit1dc2aaadba3c26beda23d2dcf76c166fac9a71d7 (patch)
treec8230d7500c9882c921aedd3f45391dc2565a0a9 /configure.ac
parentbuild-sys: improve detection of the "isnan" function in uClibc (diff)
parenthwclock: remove --compare option (diff)
downloadkernel-qcow2-util-linux-1dc2aaadba3c26beda23d2dcf76c166fac9a71d7.tar.gz
kernel-qcow2-util-linux-1dc2aaadba3c26beda23d2dcf76c166fac9a71d7.tar.xz
kernel-qcow2-util-linux-1dc2aaadba3c26beda23d2dcf76c166fac9a71d7.zip
Merge branch 'hwclock-jwp-reviewed' of git://github.com/kerolasa/lelux-utiliteetit
* 'hwclock-jwp-reviewed' of git://github.com/kerolasa/lelux-utiliteetit: (25 commits) hwclock: remove --compare option hwclock: remove trailing dot from messages that include system error message hwclock: make --date=argument less prone to injection hwclock: fix rtc atexit registration hwclock: clarify cmos inb and outb preprocessor directives hwclock: try RTCGET and RTCSET only when normal rtc fails hwclock: stream line synchronize_to_clock_tick_rtc() hwclock: improve coding style hwclock: remove division by zero [asan] hwclock: add debugging to open_rtc() hwclock: remove magic constants from interpret_date_string() hwclock: use symbolic magic values passed in between functions hwclock: initialize struct adjtime members hwclock: alloate date_resp parsing buffer in interpret_date_string() hwclock: simplify save_adjtime() execution flow hwclock: remove dead code and other minor fixes hwclock: move error messages to determine_clock_access_method() hwclock: clarify set_cmos_epoch() code hwclock: move command-line options to control structure hwclock: remove unnecessary type casts ...
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 3bb3ba810..af7bd2210 100644
--- a/configure.ac
+++ b/configure.ac
@@ -416,6 +416,7 @@ AC_CHECK_FUNCS([ \
strnlen \
sysconf \
sysinfo \
+ timegm \
usleep \
warn \
warnx \