Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/time but don't lose our own extensions



details:   https://anonhg.NetBSD.org/src/rev/126fbc1cbcbb
branches:  trunk
changeset: 785198:126fbc1cbcbb
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Mar 02 21:56:28 2013 +0000

description:
but don't lose our own extensions

diffstat:

 lib/libc/time/Makefile |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r ea79f42f9586 -r 126fbc1cbcbb lib/libc/time/Makefile
--- a/lib/libc/time/Makefile    Sat Mar 02 21:49:01 2013 +0000
+++ b/lib/libc/time/Makefile    Sat Mar 02 21:56:28 2013 +0000
@@ -121,6 +121,8 @@
 #  -DNO_RUN_TIME_WARNINGS_ABOUT_YEAR_2000_PROBLEMS_THANK_YOU=1
 #      if you do not want run time warnings about formats that may cause
 #      year 2000 grief
+#  -DNO_ERROR_IN_DST_GAP=1
+#      if you want mktime() not to return an error in the DST gap.
 #  -DZIC_MAX_ABBR_LEN_WO_WARN=3
 #      (or some other number) to set the maximum time zone abbreviation length
 #      that zic will accept without a warning (the default is 6)



Home | Main Index | Thread Index | Old Index