summaryrefslogtreecommitdiff
path: root/ULibc.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-06-15 11:42:49 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-06-15 11:42:49 +0200
commit25c58a81ca9202af54d28888d2b068ebeb2a376f (patch)
treeb0ad200b316f4dec392d1640bd6e3edea6be3606 /ULibc.pas
parentc9a02bf590248c0bd8e1343198d3f9c13ce118c1 (diff)
downloadtuxcmd-25c58a81ca9202af54d28888d2b068ebeb2a376f.tar.xz
Portability fixes
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;