mirror of https://github.com/ARMmbed/mbed-os.git
ARMCC temporary fixes for undefined errno symbols.
parent
aefb03ccd6
commit
67165e292c
|
|
@ -34,8 +34,10 @@
|
|||
#include <stdlib.h> /*rand()*/
|
||||
#include <inttypes.h>
|
||||
#include <errno.h>
|
||||
/* todo: remove this temporary fix to overcome undefined symbols when compile for ARMCC */
|
||||
#ifndef TOOLCHAIN_ARM_STD
|
||||
#include <sys/stat.h>
|
||||
|
||||
#endif
|
||||
using namespace utest::v1;
|
||||
|
||||
/// @cond FSFAT_DOXYGEN_DISABLE
|
||||
|
|
|
|||
Loading…
Reference in New Issue