mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-06 17:35:57 +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;
|
rlim_max : rlim_t;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
iovec = record
|
||||||
|
iov_base : pointer;
|
||||||
|
iov_len : size_t;
|
||||||
|
end;
|
||||||
|
tiovec=iovec;
|
||||||
|
piovec=^tiovec;
|
||||||
|
|
||||||
{*************************************************************************}
|
{*************************************************************************}
|
||||||
{ SIGNALS }
|
{ SIGNALS }
|
||||||
{*************************************************************************}
|
{*************************************************************************}
|
||||||
|
Loading…
Reference in New Issue
Block a user