mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 06:59:24 +02:00
+ dummy implementation of dos.SetFAttr for WASI, based on the Unix version
This commit is contained in:
parent
00aa7b8ab3
commit
4e605fb764
@ -864,10 +864,10 @@ End;
|
|||||||
|
|
||||||
Procedure setfattr (var f;attr : word);
|
Procedure setfattr (var f;attr : word);
|
||||||
Begin
|
Begin
|
||||||
(* {! No Unix equivalent !}
|
{! No WASI equivalent !}
|
||||||
{ Fail for setting VolumeId }
|
{ Fail for setting VolumeId }
|
||||||
if (attr and VolumeID)<>0 then
|
if (attr and VolumeID)<>0 then
|
||||||
doserror:=5;*)
|
doserror:=5;
|
||||||
End;
|
End;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user