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:
authorJeff Johnston <jjohnstn@redhat.com>2015-10-14 00:52:34 +0300
committerJeff Johnston <jjohnstn@redhat.com>2015-10-14 00:52:34 +0300
commitc98d01ee0cbc6eb7bbca8f2cde4a46b90ded3784 (patch)
treef4113698a0e2c3b47f3556e126247ec84c726465 /newlib/ChangeLog
parentecee0b0607dfc2f38f79c8824a85df2218da6f12 (diff)
Import <threads.h> from latest FreeBSD.
- Move types and defines to <machine/_threads.h> so that it can be customized per target. * libc/include/threads.h: New. * libc/sys/rtems/include/machine/_threads.h: Likewise.
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 101e54579..498ba51af 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,10 @@
2015-10-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
+ * libc/include/threads.h: New.
+ * libc/sys/rtems/include/machine/_threads.h: Likewise.
+
+2015-10-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
* libc/include/sys/cdefs.h: Synchronize with latest FreeBSD
version.