Changeset 1750 for trunk/src/emx/include


Ignore:
Timestamp:
Dec 21, 2004, 2:38:04 AM (21 years ago)
Author:
bird
Message:

Inode and Dev stuff of stat/lstat/fstat.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.13 to 1.14
    r1749 r1750  
    373373    __LIBC_PCFHOPS          pOps;
    374374
     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;
    375383} __LIBC_FH;
    376384/** Pointer to filehandle. */
Note: See TracChangeset for help on using the changeset viewer.