fpc/packages/base/libc/fileh.inc
2003-06-26 08:31:12 +00:00

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