Unit 'libc' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libc]

aiocb64

Declaration

Source position: aioh.inc line 24

type aiocb64 = record

  aio_fildes: LongInt;

  aio_lio_opcode: LongInt;

  aio_reqprio: LongInt;

  aio_buf: pointer;

  aio_nbytes: size_t;

  aio_sigevent: sigevent;

  __next_prio: Paiocb;

  __abs_prio: LongInt;

  __policy: LongInt;

  __error_code: LongInt;

  __return_value: __ssize_t;

  aio_offset: __off64_t;

  __unused: array [0..31] of char;

end;


Documentation generated on: 2023-03-18