summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-09-15 00:58:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-09-15 00:58:13 +0000
commit7bd88b54950e0dd5a4a0c635a12f69a33d237e71 (patch)
tree68ce5f48f657ae0f4ff03703f2cb2de18db78358 /cpukit/libcsupport/ChangeLog
parent2003-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7bd88b54950e0dd5a4a0c635a12f69a33d237e71.tar.bz2
2003-09-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 489/rtems * src/newlibc.c: Reflect struct Thread_Control_struct.libc_reent having changed from void * to struct _reent*.
Diffstat (limited to 'cpukit/libcsupport/ChangeLog')
-rw-r--r--cpukit/libcsupport/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index 1e05aecbe8..e6b6214314 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,3 +1,9 @@
+2003-09-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ PR 489/rtems
+ * src/newlibc.c: Reflect struct Thread_Control_struct.libc_reent
+ having changed from void * to struct _reent*.
+
2003-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/sync.c: Don't undef __STRICT_ANSI__.