mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 15:42:25 +00:00
parent
4366edec85
commit
5143a1557e
1 changed files with 2 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ from man gettimeofday
|
|||
interval*, value*: Timeval
|
||||
END ;
|
||||
|
||||
FdSet* = ARRAY 8 OF SET;
|
||||
FdSet* = ARRAY 16 OF SET;
|
||||
|
||||
SigCtxPtr* = POINTER TO SigContext;
|
||||
SigContext* = RECORD
|
||||
|
|
@ -527,3 +527,4 @@ BEGIN
|
|||
StatCheck();
|
||||
|
||||
END Unix.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue