Changeset 1661 for trunk/src/emx/include/stdio.h
- Timestamp:
- Nov 22, 2004, 2:46:26 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/stdio.h
-
Property cvs2svn:cvs-rev
changed from
1.13
to1.14
r1660 r1661 178 178 #define _FILE_T 179 179 #define _FILE_MEMBERS_HAVE_UNDERSCORE 180 struct _file2; 180 #define _FILE_STDIO_VERSION (0x06000000 | sizeof(struct _FILE)) 181 181 typedef struct _FILE 182 182 { 183 unsigned __uVersion; 183 184 char * _ptr; 184 185 char * _buffer; … … 201 202 _fmutex __fsem; 202 203 #endif 203 char __rsem_ersatz[ 8];204 char __rsem_ersatz[12]; 204 205 } __u; 205 /** Pointer to the stream vector which thi eFILE belongs to.206 /** Pointer to the stream vector which this FILE belongs to. 206 207 * This member is the first which should not be zeroed by _newstream()! */ 207 208 void *__pSV; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.