mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-17 03:49:22 +02:00
* Fix wrong import sock_recv
This commit is contained in:
parent
f844cde403
commit
1cc84b8e1b
@ -1002,7 +1002,7 @@ begin
|
||||
aImports['random_get']:=@random_get;
|
||||
aImports['sched_yield']:=@sched_yield;
|
||||
aImports['sock_recv']:=@sock_recv;
|
||||
aImports['sock_recv']:=@sock_recv;
|
||||
aImports['sock_send']:=@sock_send;
|
||||
aImports['sock_shutdown']:=@sock_shutdown;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user