Changeset 2652 for branches/libc-0.6
- Timestamp:
- Mar 18, 2006, 3:27:32 AM (19 years ago)
- Location:
- branches/libc-0.6/src/emx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/ChangeLog.LIBC
r2650 r2652 4 4 5 5 2006-03-17: knut st. osmundsen <bird-gccos2-spam@anduin.net> 6 - libc: 7 o #71: Fixed incorrect fmutex padding in FILE which cause _fcloseall 8 (and perhaps others) to crash. (thanks to froloff) 6 9 - emxomf: 7 10 o #70: Demangle symbol names in debug info. (thanks to Yuri) -
branches/libc-0.6/src/emx/include/stdio.h
r2223 r2652 204 204 _fmutex __fsem; 205 205 #endif 206 char __rsem_ersatz[1 2];206 char __rsem_ersatz[16]; 207 207 } __u; 208 208 /** Pointer to the stream vector which this FILE belongs to.
Note:
See TracChangeset
for help on using the changeset viewer.