summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2015-09-18 21:40:12 +0100
committerWilco Dijkstra <wdijkstr@arm.com>2015-09-18 21:43:43 +0100
commit1344384b52829a4dcde51ec3a307c4b3d6a713fa (patch)
treeb37f977aaf87d64bfce4a16f00426d9f306dd351 /ChangeLog
parent94ced920a951bcab51f2ef955ccd2cc51668e6f3 (diff)
downloadglibc-1344384b52829a4dcde51ec3a307c4b3d6a713fa.tar.gz
glibc-1344384b52829a4dcde51ec3a307c4b3d6a713fa.tar.xz
glibc-1344384b52829a4dcde51ec3a307c4b3d6a713fa.zip
Undo build error fixes to timezone/private.h, change makefile instead to
ignore the errors.

2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>

        * timezone/Makefile: Ignore unused variable errors due to private.h
        (time_t_min) and (time_t_max).
        * timezone/private.h (time_t_min): Revert removal.  (time_t_max):
        Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cafe59e3fb..53c6eee1e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
+
+	* timezone/Makefile: Ignore unused variable errors due to private.h
+	(time_t_min) and (time_t_max).
+	* timezone/private.h (time_t_min): Revert removal.  (time_t_max):
+	Likewise.
+
 2015-09-18  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #18981]