/packages/libc/src/fileh.inc
Pascal | 15 lines | 5 code | 6 blank | 4 comment | 0 complexity | 381bc45883264b5064862aa0dd8def7e MD5 | raw file
Possible License(s): LGPL-2.0, LGPL-2.1, LGPL-3.0
1 2const 3 L_SET = 0; 4 L_INCR = 1; 5 L_XTND = 2; 6 7 8function __flock(__fd:longint; __operation:longint):longint;cdecl;external clib name 'flock'; 9 10 11{ --------------------------------------------------------------------- 12 Borland compatibility types 13 ---------------------------------------------------------------------} 14 15// Type