Changeset 2652 for branches/libc-0.6


Ignore:
Timestamp:
Mar 18, 2006, 3:27:32 AM (19 years ago)
Author:
bird
Message:

#71: Fixed incorrect fmutex padding in FILE which cause _fcloseall (and perhaps others) to crash. (thanks to froloff)

Location:
branches/libc-0.6/src/emx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/ChangeLog.LIBC

    r2650 r2652  
    44
    552006-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)
    69    - emxomf:
    710        o #70: Demangle symbol names in debug info. (thanks to Yuri)
  • branches/libc-0.6/src/emx/include/stdio.h

    r2223 r2652  
    204204        _fmutex   __fsem;
    205205#endif
    206         char      __rsem_ersatz[12];
     206        char      __rsem_ersatz[16];
    207207    } __u;
    208208    /** Pointer to the stream vector which this FILE belongs to.
Note: See TracChangeset for help on using the changeset viewer.