Use same field type and name as in /ust/include/sys/stat.h

git-svn-id: trunk@44878 -
This commit is contained in:
pierre 2020-04-20 09:37:55 +00:00
parent d1acd07e07
commit 4888c379c4
2 changed files with 7 additions and 6 deletions

View File

@ -35,18 +35,17 @@
st_rdev : culonglong;
__pad2_ : cushort;
st_size : clonglong;
st_blksize: clong;
st_blksize: blksize_t;
st_blocks : clonglong;
st_blocks : culonglong;
st_atime : clong;
st_atime_nsec : culong;
st_mtime : clong;
st_mtime_nsec : culong;
st_ctime : clong;
st_ctime_nsec : culong;
__unused3_ : culong;
__unused4_ : culong;
__unused5_ : culong;
__unused4 : culong;
__unused5 : culong;
end;
{$ELSE FPC_USE_LIBC}

View File

@ -43,5 +43,7 @@
st_mtime_nsec : cULong;
st_ctime : cULong;
st_ctime_nsec : cULong;
__unused : array[0..2] of cULong;
__unused4 : culong;
__unused5 : culong;
__unused6 : culong;
end;