about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-07-03 19:17:00 -0700
committerRoland McGrath <roland@hack.frob.com>2014-07-03 19:17:00 -0700
commit4d614fe5e0625f197805978730214e5236ef360c (patch)
tree9b36aac709d3bdc3bb7392c27690533bd1384fd7 /ChangeLog
parent38851324d820b7cf8b8e9694e7c33325c16f38db (diff)
downloadglibc-4d614fe5e0625f197805978730214e5236ef360c.tar.gz
glibc-4d614fe5e0625f197805978730214e5236ef360c.tar.xz
glibc-4d614fe5e0625f197805978730214e5236ef360c.zip
S390: Quash unused variable warning due to no-op THREAD_SET_POINTER_GUARD.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a8688a1ce..22b8f238e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-07-03  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
+	value so it's not diagnosed as unused.
+
 	* sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
 	thing) with "ifeq ($(subdir),rt)".