mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 19:25:58 +02:00
* More deprecated.
git-svn-id: trunk@7566 -
This commit is contained in:
parent
63b35fdb2e
commit
a123ec0d14
@ -28,26 +28,26 @@
|
|||||||
Stat = record // No unix typing because of differences
|
Stat = record // No unix typing because of differences
|
||||||
case byte of
|
case byte of
|
||||||
0:
|
0:
|
||||||
(dev : culonglong;
|
(dev : culonglong deprecated;
|
||||||
ino : culonglong;
|
ino : culonglong deprecated;
|
||||||
mode : cuint;
|
mode : cuint deprecated;
|
||||||
nlink : cuint;
|
nlink : cuint deprecated;
|
||||||
uid : cuint;
|
uid : cuint deprecated;
|
||||||
gid : cuint;
|
gid : cuint deprecated;
|
||||||
rdev : culonglong;
|
rdev : culonglong deprecated;
|
||||||
__pad2 : cushort;
|
__pad2 : cushort deprecated;
|
||||||
size : clonglong;
|
size : clonglong deprecated;
|
||||||
blksize: clong;
|
blksize: clong deprecated;
|
||||||
|
|
||||||
blocks : clonglong;
|
blocks : clonglong deprecated;
|
||||||
atime : clong;
|
atime : clong deprecated;
|
||||||
atime_nsec : culong;
|
atime_nsec : culong deprecated;
|
||||||
mtime : clong;
|
mtime : clong deprecated;
|
||||||
mtime_nsec : culong;
|
mtime_nsec : culong deprecated;
|
||||||
ctime : clong;
|
ctime : clong deprecated;
|
||||||
__unused3 : culong;
|
__unused3 : culong deprecated;
|
||||||
__unused4 : culong;
|
__unused4 : culong deprecated;
|
||||||
__unused5 : culong;);
|
__unused5 : culong deprecated;);
|
||||||
1:
|
1:
|
||||||
(st_dev : culonglong;
|
(st_dev : culonglong;
|
||||||
st_ino : culonglong;
|
st_ino : culonglong;
|
||||||
@ -99,17 +99,17 @@
|
|||||||
__unused4,
|
__unused4,
|
||||||
__unused5 : cULong);
|
__unused5 : cULong);
|
||||||
1: (
|
1: (
|
||||||
dev : cULongLong;
|
dev : cULongLong deprecated;
|
||||||
ino : cULongLong;
|
ino : cULongLong deprecated;
|
||||||
mode : mode_t;
|
mode : mode_t deprecated;
|
||||||
nlink : nlink_t;
|
nlink : nlink_t deprecated;
|
||||||
uid : uid_t;
|
uid : uid_t deprecated;
|
||||||
gid : gid_t;
|
gid : gid_t deprecated;
|
||||||
rdev : cULongLong;
|
rdev : cULongLong deprecated;
|
||||||
__pad2_: cushort;
|
__pad2_: cushort deprecated;
|
||||||
size : cLongLong;
|
size : cLongLong deprecated;
|
||||||
blksize: cULong;
|
blksize: cULong deprecated;
|
||||||
blocks : cULongLong;
|
blocks : cULongLong deprecated;
|
||||||
atime,
|
atime,
|
||||||
__unused1_dummy,
|
__unused1_dummy,
|
||||||
mtime,
|
mtime,
|
||||||
@ -117,7 +117,7 @@
|
|||||||
ctime,
|
ctime,
|
||||||
__unused3_dummy,
|
__unused3_dummy,
|
||||||
__unused4_dummy,
|
__unused4_dummy,
|
||||||
__unused5_dummy : cULong);
|
__unused5_dummy : cULong deprecated);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{$ENDIF FPC_USE_LIBC}
|
{$ENDIF FPC_USE_LIBC}
|
||||||
|
@ -48,14 +48,14 @@
|
|||||||
__unused : array[0..2] of cULong
|
__unused : array[0..2] of cULong
|
||||||
);
|
);
|
||||||
1 : (
|
1 : (
|
||||||
dev : cULong;
|
dev : cULong deprecated;
|
||||||
ino : cULong;
|
ino : cULong deprecated;
|
||||||
nlink : cULong;
|
nlink : cULong deprecated;
|
||||||
mode : mode_t;
|
mode : mode_t deprecated;
|
||||||
uid : uid_t;
|
uid : uid_t deprecated;
|
||||||
gid : gid_t;
|
gid : gid_t deprecated;
|
||||||
rdev : cULong;
|
rdev : cULong deprecated;
|
||||||
size : off_t;
|
size : off_t deprecated;
|
||||||
blksize,
|
blksize,
|
||||||
blocks,
|
blocks,
|
||||||
atime,
|
atime,
|
||||||
@ -63,7 +63,7 @@
|
|||||||
mtime,
|
mtime,
|
||||||
mtime_nsec,
|
mtime_nsec,
|
||||||
ctime,
|
ctime,
|
||||||
ctime_nsec : cULong;
|
ctime_nsec : cULong deprecated;
|
||||||
__unused_dummy : array[0..2] of cULong;
|
__unused_dummy : array[0..2] of cULong deprecated;
|
||||||
);
|
);
|
||||||
end;
|
end;
|
||||||
|
@ -20,26 +20,26 @@
|
|||||||
Stat = record // No unix typing because of differences
|
Stat = record // No unix typing because of differences
|
||||||
case byte of
|
case byte of
|
||||||
0:
|
0:
|
||||||
(dev : culonglong;
|
(dev : culonglong deprecated;
|
||||||
ino : culonglong;
|
ino : culonglong deprecated;
|
||||||
mode : cuint;
|
mode : cuint deprecated;
|
||||||
nlink : cuint;
|
nlink : cuint deprecated;
|
||||||
uid : cuint;
|
uid : cuint deprecated;
|
||||||
gid : cuint;
|
gid : cuint deprecated;
|
||||||
rdev : culonglong;
|
rdev : culonglong deprecated;
|
||||||
__pad3 : array[0..7] of cuchar;
|
__pad3 : array[0..7] of cuchar deprecated;
|
||||||
size : clonglong;
|
size : clonglong deprecated;
|
||||||
blksize: cuint;
|
blksize: cuint deprecated;
|
||||||
__pad4 : array[0..7] of cuchar;
|
__pad4 : array[0..7] of cuchar deprecated;
|
||||||
blocks : cuint;
|
blocks : cuint deprecated;
|
||||||
atime : cuint;
|
atime : cuint deprecated;
|
||||||
atime_nsec : cuint;
|
atime_nsec : cuint deprecated;
|
||||||
mtime : cuint;
|
mtime : cuint deprecated;
|
||||||
mtime_nsec : cuint;
|
mtime_nsec : cuint deprecated;
|
||||||
ctime : cuint;
|
ctime : cuint deprecated;
|
||||||
ctime_nsec : cuint;
|
ctime_nsec : cuint deprecated;
|
||||||
__unused4 : cuint;
|
__unused4 : cuint deprecated;
|
||||||
__unused5 : cuint);
|
__unused5 : cuint deprecated);
|
||||||
1:
|
1:
|
||||||
(st_dev : culonglong;
|
(st_dev : culonglong;
|
||||||
st_ino : culonglong;
|
st_ino : culonglong;
|
||||||
@ -70,17 +70,17 @@
|
|||||||
Stat = record
|
Stat = record
|
||||||
case byte of
|
case byte of
|
||||||
0:
|
0:
|
||||||
(dev : cULongLong;
|
(dev : cULongLong deprecated;
|
||||||
ino : cULongLong;
|
ino : cULongLong deprecated;
|
||||||
mode : mode_t;
|
mode : mode_t deprecated;
|
||||||
nlink : nlink_t;
|
nlink : nlink_t deprecated;
|
||||||
uid : uid_t;
|
uid : uid_t deprecated;
|
||||||
gid : gid_t;
|
gid : gid_t deprecated;
|
||||||
rdev : cULongLong;
|
rdev : cULongLong deprecated;
|
||||||
__pad2 : cushort;
|
__pad2 : cushort deprecated;
|
||||||
size : cLongLong;
|
size : cLongLong deprecated;
|
||||||
blksize : cULong;
|
blksize : cULong deprecated;
|
||||||
blocks : cULongLong;
|
blocks : cULongLong deprecated;
|
||||||
atime,
|
atime,
|
||||||
atime_nsec,
|
atime_nsec,
|
||||||
mtime,
|
mtime,
|
||||||
|
@ -19,24 +19,24 @@
|
|||||||
0:
|
0:
|
||||||
(dev,
|
(dev,
|
||||||
ino,
|
ino,
|
||||||
nlink : qword;
|
nlink : qword deprecated;
|
||||||
|
|
||||||
mode,
|
mode,
|
||||||
uid,
|
uid,
|
||||||
gid,
|
gid,
|
||||||
__pad0 : cardinal;
|
__pad0 : cardinal deprecated;
|
||||||
rdev : qword;
|
rdev : qword deprecated;
|
||||||
size,
|
size,
|
||||||
blksize,
|
blksize,
|
||||||
blocks : int64;
|
blocks : int64 deprecated;
|
||||||
|
|
||||||
atime,
|
atime,
|
||||||
atime_nsec,
|
atime_nsec,
|
||||||
mtime,
|
mtime,
|
||||||
mtime_nsec,
|
mtime_nsec,
|
||||||
ctime,
|
ctime,
|
||||||
ctime_nsec : qword;
|
ctime_nsec : qword deprecated;
|
||||||
__unused : array[0..2] of qword);
|
__unused : array[0..2] of qword deprecated);
|
||||||
1:
|
1:
|
||||||
(st_dev,
|
(st_dev,
|
||||||
st_ino,
|
st_ino,
|
||||||
|
Loading…
Reference in New Issue
Block a user