mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 01:29:21 +02:00
* setitimer for 1.1
This commit is contained in:
parent
059ebbe89e
commit
842b44b8bc
@ -153,9 +153,17 @@ type
|
|||||||
PUTSName=^UTSName;
|
PUTSName=^UTSName;
|
||||||
TUTSName=UTSName;
|
TUTSName=UTSName;
|
||||||
|
|
||||||
|
ITimerVal= Record
|
||||||
|
It_Interval,
|
||||||
|
It_Value : TimeVal;
|
||||||
|
end;
|
||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.7 2001-06-19 08:59:01 marco
|
Revision 1.8 2002-05-06 10:49:59 marco
|
||||||
|
* setitimer for 1.1
|
||||||
|
|
||||||
|
Revision 1.7 2001/06/19 08:59:01 marco
|
||||||
* Fixes from Unix merge and changes of socketh.inc
|
* Fixes from Unix merge and changes of socketh.inc
|
||||||
|
|
||||||
Revision 1.6 2001/06/19 08:34:16 marco
|
Revision 1.6 2001/06/19 08:34:16 marco
|
||||||
|
Loading…
Reference in New Issue
Block a user