Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/sys/stat.h

    reca52a8 r4c87a7f5  
    110110
    111111struct posix_stat {
     112        struct stat sys_stat;
     113
    112114        posix_dev_t     st_dev;     /* ID of device containing file */
    113115        posix_ino_t     st_ino;     /* inode number */
Note: See TracChangeset for help on using the changeset viewer.