summaryrefslogtreecommitdiffstats
path: root/cpukit/score/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-09-15 01:01:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-09-15 01:01:51 +0000
commitd36b31523d7a7f328bc1b24127024cacaca4da74 (patch)
tree6c04e40bd99c651625a9fd358bd1c11027969abc /cpukit/score/ChangeLog
parent2003-09-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d36b31523d7a7f328bc1b24127024cacaca4da74.tar.bz2
2003-09-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 489/rtems * include/rtems/score/thread.h: Change struct Thread_Control_struct.libc_reent to using struct _reent*. * inline/rtems/score/thread.inl: Reflect change above.
Diffstat (limited to '')
-rw-r--r--cpukit/score/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog
index b60f33cb66..a7528ffd72 100644
--- a/cpukit/score/ChangeLog
+++ b/cpukit/score/ChangeLog
@@ -1,3 +1,10 @@
+2003-09-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ PR 489/rtems
+ * include/rtems/score/thread.h: Change struct
+ Thread_Control_struct.libc_reent to using struct _reent*.
+ * inline/rtems/score/thread.inl: Reflect change above.
+
2003-09-08 Derick Hammond <derick@perkinstechnologies.com.au>
PR 484/rtems