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-12-14 11:57:54 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-12-14 17:44:28 +0300
commitf376e4f93b6d8df62590122d33fdf7239a1f86a7 (patch)
tree5102c4da1b84c17c02599c42059bed3ed9fe0dbd /newlib/ChangeLog
parent01885f533de81ff73e9da1519a4b5f2316b49f86 (diff)
Add _REENT_INIT_PTR_ZEROED()
Provide a _REENT_INIT_PTR_ZEROED() macro to initialize an already zero-initialized struct _reent. * libc/include/sys/reent.h (_REENT_INIT_PTR_ZEROED): New. (_REENT_INIT_PTR): Define only once and use _REENT_INIT_PTR_ZEROED().
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 681a57300..b1b458515 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,10 @@
2015-12-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
+ * libc/include/sys/reent.h (_REENT_INIT_PTR_ZEROED): New.
+ (_REENT_INIT_PTR): Define only once and use _REENT_INIT_PTR_ZEROED().
+
+2015-12-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
* libc/include/sys/_sigset.h: New.
* libc/include/sys/select.h: Do not include <sys/types.h> and
<sys/time.h> to avoid cyclic header file dependencies. Include