Editing LV2 Functions and Syscalls
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 6,127: | Line 6,127: | ||
!Packed | !Packed | ||
|- | |- | ||
| | |Lv2FsStat | ||
|s32 st_mode; s32 st_uid; s32 st_gid; u64 st_access_time; u64 st_modify_time; u64 st_create_time; u64 st_size; u64 st_blksize; | |s32 st_mode; s32 st_uid; s32 st_gid; u64 st_access_time; u64 st_modify_time; u64 st_create_time; u64 st_size; u64 st_blksize; | ||
|yes | |yes | ||
|- | |- | ||
| | |Lv2FsUtimbuf | ||
|u64 access_time; u64 modify_time; | |u64 access_time; u64 modify_time; | ||
|no | |no | ||
|- | |- | ||
| | |Lv2FsDirent | ||
|u8 d_type; u8 d_namlen; char d_name[256]; | |u8 d_type; u8 d_namlen; char d_name[256]; | ||
|no | |no |