From 2d332434fced170542777d8fdfe2338ebb0d2420 Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 31 Aug 2024 13:13:56 +0100 Subject: [PATCH] Add `EEXIST` to common host errors, don't fail when creating directories (#2878) Calling `mkdir` when a directory exists returns `EEXIST` error, which we want to map to `IFS::Error::Exists`. In `makeDirectories` call, it's not an error if an intermediate directory exists, otherwise the whole call will fail. --- Sming/Components/IFS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sming/Components/IFS b/Sming/Components/IFS index d30afecbd6..50bd7363e4 160000 --- a/Sming/Components/IFS +++ b/Sming/Components/IFS @@ -1 +1 @@ -Subproject commit d30afecbd6e55fa9d2af9d905dcc1edb8564b4d8 +Subproject commit 50bd7363e4373a3c2a59f7dae695f6f93f5aa51b