summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-05 16:51:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-05 16:51:45 +0000
commit8b08935eb8e68823084142e42104348ad3a74581 (patch)
treef20a2edbc3ef49e66aa4fa3a256703dd29ee2fc1 /cpukit/ChangeLog
parent2008-08-05 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-8b08935eb8e68823084142e42104348ad3a74581.tar.bz2
2008-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 537/bsps * libcsupport/include/rtems/libcsupport.h, libcsupport/src/newlibc.c, libcsupport/src/no_libc.c, libcsupport/src/unixlibc.c: Eliminate vestiges of ticks_per_timeslice controlling newlib reentrancy. The parameter was ignored in libc_init().
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 b1b9be9d4c..e4347f38e1 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,13 @@
2008-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>
+ PR 537/bsps
+ * libcsupport/include/rtems/libcsupport.h, libcsupport/src/newlibc.c,
+ libcsupport/src/no_libc.c, libcsupport/src/unixlibc.c: Eliminate
+ vestiges of ticks_per_timeslice controlling newlib reentrancy. The
+ parameter was ignored in libc_init().
+
+2008-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>
+
PR 741/networking
* libmisc/dummy/dummy.c: Add dummy network configuration.