summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2011-07-02 06:35:21 +0000
committerrpj <rpj>2011-07-02 06:35:21 +0000
commitaac54e89d7945f3f4557067b1d4a1cd8853d369f (patch)
tree41f794bea892c1e01b679b127f6dcd0e683c9219 /ChangeLog
parente516576e75527fb763e800e61dd024461141ec14 (diff)
See the ChangeLogs
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee35762..461973b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-07-02 Ross Johnson <ross dot johnson at homemail dot com dot au>
+
+ * pthread_spin_unlock.c (EPERM): Return success if unlocking a lock
+ that is not locked, because single CPU machines wrap a
+ PTHREAD_MUTEX_NORMAL mutex, which returns success in this case.
+
2011-07-02 Daniel Richard G. <skunk at iskunk dot org>
* Makefile: Cleanups and implovements.