Explorar o código

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

Nikolay Nikolov %!s(int64=4) %!d(string=hai) anos
pai
achega
4e605fb764
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      rtl/wasi/dos.pp

+ 2 - 2
rtl/wasi/dos.pp

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