Explorar el Código

* always return an error in SysUtils.FileSetAttr on WASI - this function is not supported by the WASI API

Nikolay Nikolov hace 4 años
padre
commit
7f7c5785fc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      rtl/wasi/sysutils.pp

+ 1 - 0
rtl/wasi/sysutils.pp

@@ -598,6 +598,7 @@ end;
 
 Function FileSetAttr (Const Filename : RawByteString; Attr: longint) : Longint;
 begin
+  Result:=-1;
 end;