瀏覽代碼

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

Nikolay Nikolov 4 年之前
父節點
當前提交
7f7c5785fc
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;