summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-05 21:48:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-05 21:48:48 +0000
commitc41f9d6f238def66c6e740ac95dfba05e5e82bdb (patch)
tree08e4f2ccd36994e0de4d95aab89359c41c9ca6a2 /cpukit/ChangeLog
parentUpdate. (diff)
downloadrtems-c41f9d6f238def66c6e740ac95dfba05e5e82bdb.tar.bz2
2008-11-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/Makefile.am: Add _execve() so we can use newlib posix support directory and eliminate code in RTEMS. * posix/src/_execve.c: New file.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 9934c471bf..551c595bfc 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-05 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * posix/Makefile.am: Add _execve() so we can use newlib posix support
+ directory and eliminate code in RTEMS.
+ * posix/src/_execve.c: New file.
+
2008-11-03 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1333/cpukit