summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 16:56:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 16:56:53 +0000
commitd2ccb326861b793439c23db9890a7d877371316f (patch)
tree0bcd081c95edc990ca907e448f115b32218e9d66 /cpukit/ChangeLog
parent2008-11-20 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-d2ccb326861b793439c23db9890a7d877371316f.tar.bz2
2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/Makefile.am: Add dummy vfork() implementation. * posix/src/vfork.c: New file.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 60d033378f..c7ca4d7fa4 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * posix/Makefile.am: Add dummy vfork() implementation.
+ * posix/src/vfork.c: New file.
+
2008-11-13 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1336/cpukit