summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 9f9b120cb2..63c179edb6 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2011-12-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * score/src/wkstringduplicate.c: New file.
+ * score/Makefile.am: Reflect change above.
+ * score/include/rtems/score/wkspace.h: Declare
+ _Workspace_String_duplicate().
+
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/fork.c: Include <unistd.h> for "fork" prototype.