* Fix wrong import sock_recv

This commit is contained in:
Michaël Van Canneyt 2022-06-22 20:37:37 +02:00
parent f844cde403
commit 1cc84b8e1b

View File

@ -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;