FLock
Lock description type for fpFCntl lock call.
Declaration
Source position: ostypes.inc line 170
Type
FLock = record
  l\_type : cshort;
  l\_whence : cshort;
  l\_start : kernel\_off\_t;
  l\_len : kernel\_off\_t;
  l\_pid : pid\_t;
end
Lock description type for fpFCntl lock call.
Source position: ostypes.inc line 170
Type
FLock = record
  l\_type : cshort;
  l\_whence : cshort;
  l\_start : kernel\_off\_t;
  l\_len : kernel\_off\_t;
  l\_pid : pid\_t;
end