fpc/packages/base/libc/fileh.inc
2005-02-14 17:13:06 +00:00

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