mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 09:09:37 +02:00
* iovec
git-svn-id: trunk@2528 -
This commit is contained in:
parent
bde6f4ab2d
commit
4eb1f8d407
@ -332,6 +332,13 @@ type
|
||||
rlim_max : rlim_t;
|
||||
end;
|
||||
|
||||
iovec = record
|
||||
iov_base : pointer;
|
||||
iov_len : size_t;
|
||||
end;
|
||||
tiovec=iovec;
|
||||
piovec=^tiovec;
|
||||
|
||||
{*************************************************************************}
|
||||
{ SIGNALS }
|
||||
{*************************************************************************}
|
||||
|
Loading…
Reference in New Issue
Block a user