瀏覽代碼

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

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