summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-05 06:44:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-05 06:44:50 +0000
commit08027bf11aaed2e2ccf06abbb50b989d5aa4f1ca (patch)
tree33973a8b25f707550b46ab3b29f5117dee1cf31f /cpukit/ChangeLog
parentCompile contents conditionally. (diff)
downloadrtems-08027bf11aaed2e2ccf06abbb50b989d5aa4f1ca.tar.bz2
2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/execl.c, posix/src/execle.c, posix/src/execlp.c, posix/src/execv.c, posix/src/execve.c, posix/src/execvp.c, posix/src/sleep.c, posix/src/usleep.c: Compile contents conditionally.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index dd2f5d263f..281d319696 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,13 @@
2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * posix/src/execl.c, posix/src/execle.c,
+ posix/src/execlp.c, posix/src/execv.c,
+ posix/src/execve.c, posix/src/execvp.c,
+ posix/src/sleep.c, posix/src/usleep.c:
+ Compile contents conditionally.
+
+2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libcsupport/src/closedir.c, libcsupport/src/getcwd.c,
libcsupport/src/isatty.c, libcsupport/src/opendir.c,
libcsupport/src/readdir.c, libcsupport/src/readdir_r.c,