aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-05-22 10:18:17 -0700
committerRoland McGrath <roland@hack.frob.com>2015-05-22 10:20:45 -0700
commit992328e5e0852c2f3b7126a5861235b07ad27cac (patch)
treeee9c2cfc7fd9bdc66aeac09b48bfd6add38b78ac /ChangeLog
parent4e5f9259f352a9547b7cc35d675eac3050ed5803 (diff)
downloadglibc-992328e5e0852c2f3b7126a5861235b07ad27cac.zip
glibc-992328e5e0852c2f3b7126a5861235b07ad27cac.tar.gz
glibc-992328e5e0852c2f3b7126a5861235b07ad27cac.tar.bz2
Fix nptl-init.c use of INTERNAL_SYSCALL_DECL.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 131e161..059f9d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-05-22 Roland McGrath <roland@hack.frob.com>
+
+ * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
+ Use a separate INTERNAL_SYSCALL_DECL (err); in a local scope
+ for each INTERNAL_SYSCALL use.
+
2015-05-22 Joseph Myers <joseph@codesourcery.com>
[BZ #438]