diff options
Diffstat (limited to 'ULibc.pas')
| -rw-r--r-- | ULibc.pas | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -111,18 +111,9 @@ type st_size : __off64_t; st_blksize : __blksize_t; st_blocks : __blkcnt64_t; - st_atim : Ttimespec; st_mtim : Ttimespec; st_ctim : Ttimespec; - -{ st_atime : __time_t; - __unused1 : dword; - st_mtime : __time_t; - __unused2 : dword; - st_ctime : __time_t; - __unused3 : dword; } - st_ino : __ino64_t; {$ELSE} // 64-bit platform st_dev : QWORD; |
