From 70ad9a6bcff51ab9c572305dabbb4e8e9a9dc09d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 11 Apr 2015 12:49:40 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 14765fe765..3abbeed3ff 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10141,4 +10141,6 @@ make it into call gate logic (2015-04-09). * syscall/syscall_stublookup.c: Fix some errors that crept in recently (2015-04-09). + * libc/time/lib_localtime.c: Inconsistent configuration name: + CONFIG_LIBC_TZDIR vs CONFIG_LIBC_TZ_TZDIR. Former wins (2015-04-11).