Changeset 10a82e7 in rtems
- Timestamp:
- Apr 3, 2003, 11:01:12 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6c987cca
- Parents:
- edd688e
- Location:
- cpukit/libcsupport
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/ChangeLog
redd688e r10a82e7 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
redd688e r10a82e7 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.