aboutsummaryrefslogtreecommitdiff
path: root/auto.def
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2019-05-20 10:23:09 +1000
committerSteve Bennett <steveb@workware.net.au>2019-05-20 15:38:54 +1000
commit4b2b03044344f9a1b637e7258db8dfd079753f10 (patch)
tree50f0701160231dbf107ca687690b9b089f9a3c95 /auto.def
parentbd33d63c274c5bd13f188d961ed83e85ef0d0442 (diff)
downloadjimtcl-4b2b03044344f9a1b637e7258db8dfd079753f10.zip
jimtcl-4b2b03044344f9a1b637e7258db8dfd079753f10.tar.gz
jimtcl-4b2b03044344f9a1b637e7258db8dfd079753f10.tar.bz2
clock scan: Implement timegm() locally
Don't rely on system timegm(), and use a locally implemented timegm() that doesn't rely on changing TZ in the environment Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'auto.def')
-rw-r--r--auto.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto.def b/auto.def
index ead60aa..e7afbc6 100644
--- a/auto.def
+++ b/auto.def
@@ -118,7 +118,7 @@ cc-check-functions geteuid mkstemp realpath isatty
cc-check-functions regcomp waitpid sigaction sys_signame sys_siglist isascii
cc-check-functions syslog opendir readlink sleep usleep pipe getaddrinfo utimes
cc-check-functions shutdown socketpair isinf isnan link symlink fsync dup umask
-cc-check-functions localtime gmtime strptime timegm clock_gettime
+cc-check-functions localtime gmtime strptime clock_gettime
if {[cc-check-function-in-lib backtrace execinfo]} {
define-append LDLIBS [get-define lib_backtrace]