Changeset bce56410 in rtems
- Timestamp:
- 04/03/03 23:01:31 (20 years ago)
- Children:
- 48b02115
- Parents:
- dd6ad019
- Location:
- cpukit/libcsupport
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/ChangeLog
rdd6ad019 rbce56410 1 2003-04-03 Eri Valette <eric.valette@free.fr> 2 3 PR 381/core 4 * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR 5 to fix strange run-time problem where EIP was corrupted on pc386 BSP. 6 1 7 2003-03-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
cpukit/libcsupport/src/newlibc.c
rdd6ad019 rbce56410 129 129 #ifdef __GNUC__ 130 130 /* GCC extension: structure constants */ 131 *ptr = (struct _reent) _REENT_INIT((*ptr));131 _REENT_INIT_PTR((ptr)); 132 132 #else 133 133 /*
Note: See TracChangeset
for help on using the changeset viewer.