about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2014-03-17 10:44:13 +0000
committerWill Newton <will.newton@linaro.org>2014-03-17 16:05:22 +0000
commit53f1bed39263541ef7f3d86f9701005524938016 (patch)
tree253f292b90c02102f9a1d3cd87b1010de081d9c0 /ChangeLog
parent788bba368c2eaf8aa3fd2ca18d269395d6bc8afb (diff)
downloadglibc-53f1bed39263541ef7f3d86f9701005524938016.tar.gz
glibc-53f1bed39263541ef7f3d86f9701005524938016.tar.xz
glibc-53f1bed39263541ef7f3d86f9701005524938016.zip
Fix HP_SMALL_TIMING_AVAIL -Wundef warnings
ChangeLog:

2014-03-17  Will Newton  <will.newton@linaro.org>

	* sysdeps/generic/ldsodefs.h: Check whether
	HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
	than #if.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 502008c809..af65c1dd25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2014-03-17  Will Newton  <will.newton@linaro.org>
 
+	* sysdeps/generic/ldsodefs.h: Check whether
+	HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
+	than #if.
+
 	* nptl/sysdeps/pthread/pthread.h: Check
 	__PTHREAD_MUTEX_HAVE_ELISION is defined before testing
 	its value.