mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-21 03:02:57 +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
|
||||
|
||||
{$ifndef VER_1_0} // maybe wrong (kernel vs libc)
|
||||
dev_t = cuint64; { used for device numbers }
|
||||
{$else}
|
||||
dev_t = int64;
|
||||
{$endif}
|
||||
dev_t = cuint; { used for device numbers }
|
||||
TDev = dev_t;
|
||||
pDev = ^dev_t;
|
||||
|
||||
|
@ -68,3 +68,7 @@ begin
|
||||
AssignPipe:=ret;
|
||||
end;
|
||||
|
||||
|
||||
Function fpFlock (fd,mode : longint) : cint;
|
||||
begin
|
||||
end;
|
Loading…
Reference in New Issue
Block a user