mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-17 20:16:09 +02:00
16 lines
337 B
PHP
16 lines
337 B
PHP
|
|
const
|
|
L_SET = 0;
|
|
L_INCR = 1;
|
|
L_XTND = 2;
|
|
|
|
|
|
function __flock(__fd:longint; __operation:longint):longint;cdecl;external clib name 'flock';
|
|
|
|
|
|
{ ---------------------------------------------------------------------
|
|
Borland compatibility types
|
|
---------------------------------------------------------------------}
|
|
|
|
// Type
|