[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'BaseUnix' (#rtl)

FLock64

Declaration

Source position: ostypes.inc line 155

type FLock64 = record

  l_type: cshort;

  l_whence: cshort;

  l_start: kernel_loff_t;

  l_len: kernel_loff_t;

  l_pid: pid_t;

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.