mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 17:59:45 +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;
|
||||
ESysEROFS,
|
||||
ESysEEXIST,
|
||||
ESysEBusy,
|
||||
ESysENOTDIR, // busy, enotdir, mantis #25931
|
||||
ESysEACCES : Inoutres:=5;
|
||||
ESysEISDIR : InOutRes:=5;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user