mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:29:14 +02:00
* map ebusy and enotdir to error 5, mantis #25931
git-svn-id: trunk@33263 -
This commit is contained in:
parent
9c03d0d6ba
commit
2fe19d990b
@ -70,6 +70,8 @@ begin
|
|||||||
ESysENAMETOOLONG : Inoutres := 3;
|
ESysENAMETOOLONG : Inoutres := 3;
|
||||||
ESysEROFS,
|
ESysEROFS,
|
||||||
ESysEEXIST,
|
ESysEEXIST,
|
||||||
|
ESysEBusy,
|
||||||
|
ESysENOTDIR, // busy, enotdir, mantis #25931
|
||||||
ESysEACCES : Inoutres:=5;
|
ESysEACCES : Inoutres:=5;
|
||||||
ESysEISDIR : InOutRes:=5;
|
ESysEISDIR : InOutRes:=5;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user