Changeset 1750 for trunk/src/emx/include
- Timestamp:
- Dec 21, 2004, 2:38:04 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/emx/io.h
-
Property cvs2svn:cvs-rev
changed from
1.13
to1.14
r1749 r1750 373 373 __LIBC_PCFHOPS pOps; 374 374 375 /** Device number of the device containing the file. 376 * The device number is also determined from the path, more correctly the 377 * driveletter determins this. */ 378 dev_t Dev; 379 /** Inode number of the file. 380 * Since the inode number is usually calculated from the path we need to 381 * determin this at handle creation time. */ 382 ino_t Inode; 375 383 } __LIBC_FH; 376 384 /** Pointer to filehandle. */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.