blob: 7f8d0211886e7c68cac9b53d95288d50e2590c37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
|