+ dummy implementation of dos.SetFAttr for WASI, based on the Unix version

This commit is contained in:
Nikolay Nikolov 2021-10-12 07:08:32 +03:00
parent 00aa7b8ab3
commit 4e605fb764

View File

@ -864,10 +864,10 @@ End;
Procedure setfattr (var f;attr : word);
Begin
(* {! No Unix equivalent !}
{! No WASI equivalent !}
{ Fail for setting VolumeId }
if (attr and VolumeID)<>0 then
doserror:=5;*)
doserror:=5;
End;