One more shot; errno.h needs to be in the ARM one too :)
Change-Id: Icf5e5fb269c975eaaefc6e756f46d4530b982b1f
This commit is contained in:
parent
0615cb8042
commit
e7e302f255
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ struct regs
|
|||
};
|
||||
|
||||
#if (CONFIG_PLATFORM & PLATFORM_HOSTED)
|
||||
#include <errno.h>
|
||||
#define DEFAULT_STACK_SIZE 0x1000 /* Bytes */
|
||||
#else
|
||||
#define DEFAULT_STACK_SIZE 0x400 /* Bytes */
|
||||
|
|
Loading…
Reference in a new issue