mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 01:09:27 +02:00
* fixed WasiRTLCreateEvent to actually return the result
This commit is contained in:
parent
e579da0844
commit
1a714d688a
@ -159,6 +159,7 @@ begin
|
||||
P^.Signal:=0;
|
||||
P^.Destroying:=False;
|
||||
InitMutex(P^.Mutex);
|
||||
Result:=P;
|
||||
end;
|
||||
|
||||
procedure WasiRTLEventSetEvent(AEvent:PRTLEvent);
|
||||
|
Loading…
Reference in New Issue
Block a user