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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.