aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2021-09-12 03:07:26 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2021-09-12 03:07:58 +0000
commitddedf2a11eb20af1ee52cb3da70a57c21904af8f (patch)
tree6bb44b9953c1626ac6a169b406b4081f19026fc2 /tools
parentb9df18d6e8917a9bfb62babb7cf9efeca23aa2fc (diff)
downloadsrc-ddedf2a11eb20af1ee52cb3da70a57c21904af8f.tar.gz
src-ddedf2a11eb20af1ee52cb3da70a57c21904af8f.zip
tzcode: Implement timezone change detection
Implement optional timezone change detection for local time libc functions. This is disabled by default; set WITH_DETECT_TZ_CHANGES to build it. Reviewed By: imp Sponsored by: NetApp, Inc. Sponsored by: Klara, Inc. X-NetApp-PR: #47 Differential Revision: https://reviews.freebsd.org/D30183
Diffstat (limited to 'tools')
-rw-r--r--tools/build/options/WITH_DETECT_TZ_CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build/options/WITH_DETECT_TZ_CHANGES b/tools/build/options/WITH_DETECT_TZ_CHANGES
new file mode 100644
index 000000000000..6a2d18473892
--- /dev/null
+++ b/tools/build/options/WITH_DETECT_TZ_CHANGES
@@ -0,0 +1,2 @@
+.\" $FreeBSD$
+Make the time handling code detect changes to the timezone files.