summaryrefslogtreecommitdiff
path: root/ULibc.pas
diff options
context:
space:
mode:
Diffstat (limited to 'ULibc.pas')
-rw-r--r--ULibc.pas9
1 files changed, 0 insertions, 9 deletions
diff --git a/ULibc.pas b/ULibc.pas
index c11566d..f2fda81 100644
--- a/ULibc.pas
+++ b/ULibc.pas
@@ -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;