Ignore:
Timestamp:
Jul 1, 2005, 1:23:09 AM (20 years ago)
Author:
bird
Message:

o Added fwide() (dummy until LIBC07).
o Renamed struct _FILE to struct sFILE to match BSD.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.17 to 1.18
    r2119 r2120  
    178178#define _FILE_T
    179179#define _FILE_MEMBERS_HAVE_UNDERSCORE
    180 #define _FILE_STDIO_VERSION     (0x06000000 | sizeof(struct _FILE))
    181 typedef struct _FILE
     180#define _FILE_STDIO_VERSION     (0x06000000 | sizeof(struct __sFILE))
     181typedef struct __sFILE
    182182{
    183183    unsigned __uVersion;
     
    194194    unsigned char _ungetc_count;
    195195    short  _mbstate;
    196     int    (*_flush)(struct _FILE *, int);
     196    int    (*_flush)(struct __sFILE *, int);
    197197
    198198    /** The Mutex Semaphore. */
Note: See TracChangeset for help on using the changeset viewer.