about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2014-07-10 14:20:42 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-07-10 14:20:42 +0530
commitd22f1fe2f369a273533e50d757c4590adf147ef1 (patch)
treee32b795686a1f1ccf01654876d6a0869fd07cc48 /ChangeLog
parent12f2254b815056bb897a25a0c6dee0122aef52ac (diff)
downloadglibc-d22f1fe2f369a273533e50d757c4590adf147ef1.tar.gz
glibc-d22f1fe2f369a273533e50d757c4590adf147ef1.tar.xz
glibc-d22f1fe2f369a273533e50d757c4590adf147ef1.zip
Fix Wundef warning for HAVE_STRFTIME
Define it to 0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 673f0af1a8..363564d947 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+	* time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
+
 	* io/ftw.c: Include sys/param.h unconditionally.
 
 	* locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.