summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
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/include
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 'cpukit/score/include')
-rw-r--r--cpukit/score/include/rtems/score/thread.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index 386c459bfd..ef4119301c 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -220,7 +220,7 @@ struct Thread_Control_struct {
#if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE )
void *fp_context;
#endif
- void *libc_reent;
+ struct _reent *libc_reent;
void *API_Extensions[ THREAD_API_LAST + 1 ];
void **extensions;
rtems_task_variable_t *task_variables;
@@ -323,8 +323,7 @@ SCORE_EXTERN Thread_Control *_Thread_Allocated_fp;
* switch. The pointer points to that global pointer. The Thread control block
* holds a pointer to the task specific data.
*/
-
-SCORE_EXTERN void **_Thread_libc_reent;
+SCORE_EXTERN struct _reent **_Thread_libc_reent;
/*
* _Thread_Handler_initialization