mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:09:31 +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);
|
||||
Begin
|
||||
(* {! No Unix equivalent !}
|
||||
{! No WASI equivalent !}
|
||||
{ Fail for setting VolumeId }
|
||||
if (attr and VolumeID)<>0 then
|
||||
doserror:=5;*)
|
||||
doserror:=5;
|
||||
End;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user