mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-02 04:13:43 +02:00
16 lines
335 B
PHP
16 lines
335 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
|