One more shot; errno.h needs to be in the ARM one too :)

Change-Id: Icf5e5fb269c975eaaefc6e756f46d4530b982b1f
This commit is contained in:
Michael Sevakis 2014-08-05 22:19:43 -04:00
parent 0615cb8042
commit e7e302f255

View file

@ -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 */