From 67165e292cd59f4125879ca12ecb5babfc6639fa Mon Sep 17 00:00:00 2001 From: Simon D Hughes Date: Tue, 31 Jan 2017 18:16:38 +0000 Subject: [PATCH] ARMCC temporary fixes for undefined errno symbols. --- features/TESTS/filesystem/fopen/fopen.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/features/TESTS/filesystem/fopen/fopen.cpp b/features/TESTS/filesystem/fopen/fopen.cpp index f21e5778c5..05d1c9cc3e 100644 --- a/features/TESTS/filesystem/fopen/fopen.cpp +++ b/features/TESTS/filesystem/fopen/fopen.cpp @@ -34,8 +34,10 @@ #include /*rand()*/ #include #include +/* todo: remove this temporary fix to overcome undefined symbols when compile for ARMCC */ +#ifndef TOOLCHAIN_ARM_STD #include - +#endif using namespace utest::v1; /// @cond FSFAT_DOXYGEN_DISABLE