Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-07-30 10:53:04 +0300
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-07-31 16:21:04 +0300
commitb7ca25162ae9584229c20d68a745dcaeda48a78a (patch)
treef8e35a36ab057b8022bf721618b74a3c8b81a821 /newlib/ChangeLog
parent127c38bd44ab47d3db860355ddbc7e3edef7fbb0 (diff)
Fix typo in <sys/lock.h>
Sorry, there was a typo in <sys/lock.h> which leads to memory corruption since not enough space is reserved for the lock object. newlib/ChangeLog 2015-07-30 Sebastian Huber <sebastian.huber@embedded-brains.de> * libc/sys/rtems/include/sys/lock.h (__LOCK_INIT_RECURSIVE): Use proper type.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 528da824b..6d84d7104 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2015-07-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * libc/sys/rtems/include/sys/lock.h (__LOCK_INIT_RECURSIVE): Use
+ proper type.
+
2015-07-30 Wilco Dijkstra <wdijkstr@arm.com>
* libc/machine/aarch64/memset.S (memset): Rewrite.