summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-08-22 20:48:23 +0000
committerPaul Brook <paul@codesourcery.com>2006-08-22 20:48:23 +0000
commit6b2bbdccd3957109c438df1648fef73c53c1954f (patch)
tree5d50860a3134c527e3a02b8ee48327d2ced2d740
parent774d3bbd1552b861630aa1738f8395bcd307e1d4 (diff)
downloadgdb-6b2bbdccd3957109c438df1648fef73c53c1954f.tar.gz
2006-08-22 Paul Brook <paul@codesourcery.com>
newlib/ * libc/sys/arm/syscalls.c (initialise_monitor_handles): Fix multithreaded locking.
-rw-r--r--ChangeLog.csl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 24f721aafd0..83d7bbb6d44 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,9 @@
+2006-08-22 Paul Brook <paul@codesourcery.com>
+
+ newlib/
+ * libc/sys/arm/syscalls.c (initialise_monitor_handles): Fix
+ multithreaded locking.
+
2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
Bug 844