about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2011-07-14 20:47:19 -0700
committerRoland McGrath <roland@hack.frob.com>2011-07-14 20:47:19 -0700
commit4b3d3e282a1c8a755bf5e02dd451158bdabbfcd8 (patch)
tree60c74c5085b4f3c1d594ce7f3a970c6e37825b2e /nptl/ChangeLog
parent9fa2c03227e159050e9dc4ec1e315e5909901580 (diff)
downloadglibc-4b3d3e282a1c8a755bf5e02dd451158bdabbfcd8.tar.gz
glibc-4b3d3e282a1c8a755bf5e02dd451158bdabbfcd8.tar.xz
glibc-4b3d3e282a1c8a755bf5e02dd451158bdabbfcd8.zip
Quash a warning in nptl/allocatestack.c
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index c545b079f4..2acc676fd8 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-14  Roland McGrath  <roland@hack.frob.com>
+
+	* allocatestack.c (__reclaim_stacks): Use uintptr_t cast rather than
+	UINTMAX_C.
+
 2011-06-30  Ulrich Drepper  <drepper@gmail.com>
 
 	* nptl-init.c (__nptl_set_robust): New function.