Ignore:
Timestamp:
Nov 22, 2004, 2:46:26 AM (21 years ago)
Author:
bird
Message:

Extended fmutex interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/stdio.h

    • Property cvs2svn:cvs-rev changed from 1.13 to 1.14
    r1660 r1661  
    178178#define _FILE_T
    179179#define _FILE_MEMBERS_HAVE_UNDERSCORE
    180 struct _file2;
     180#define _FILE_STDIO_VERSION     (0x06000000 | sizeof(struct _FILE))
    181181typedef struct _FILE
    182182{
     183    unsigned __uVersion;
    183184    char * _ptr;
    184185    char * _buffer;
     
    201202        _fmutex   __fsem;
    202203#endif
    203         char      __rsem_ersatz[8];
     204        char      __rsem_ersatz[12];
    204205    } __u;
    205     /** Pointer to the stream vector which thie FILE belongs to.
     206    /** Pointer to the stream vector which this FILE belongs to.
    206207     * This member is the first which should not be zeroed by _newstream()! */
    207208    void    *__pSV;
Note: See TracChangeset for help on using the changeset viewer.