mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-23 17:31:46 +02:00
* fixed some data types
git-svn-id: trunk@2489 -
This commit is contained in:
parent
b610622ce1
commit
9005442652
@ -33,11 +33,7 @@ introduction)
|
|||||||
|
|
||||||
Type
|
Type
|
||||||
|
|
||||||
{$ifndef VER_1_0} // maybe wrong (kernel vs libc)
|
dev_t = cuint; { used for device numbers }
|
||||||
dev_t = cuint64; { used for device numbers }
|
|
||||||
{$else}
|
|
||||||
dev_t = int64;
|
|
||||||
{$endif}
|
|
||||||
TDev = dev_t;
|
TDev = dev_t;
|
||||||
pDev = ^dev_t;
|
pDev = ^dev_t;
|
||||||
|
|
||||||
|
@ -68,3 +68,7 @@ begin
|
|||||||
AssignPipe:=ret;
|
AssignPipe:=ret;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Function fpFlock (fd,mode : longint) : cint;
|
||||||
|
begin
|
||||||
|
end;
|
Loading…
Reference in New Issue
Block a user