From 0615cb8042b5bc381288b1eb99fdfdda21f5dfeb Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 5 Aug 2014 22:05:20 -0400 Subject: [PATCH] Hosted builds using thread.c have errno as thread context. Never came up testing but I don't have those SDKs installed. Taking a jab at it. Change-Id: I4d0de1c666e0895d41b3de41dd9024626bd37601 --- firmware/asm/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/asm/thread.h b/firmware/asm/thread.h index 3fa8f5625d..be48095a8c 100644 --- a/firmware/asm/thread.h +++ b/firmware/asm/thread.h @@ -35,7 +35,7 @@ struct regs size_t stack_size; /* stack size, not always used */ uintptr_t stack; /* pointer to start of the stack buffer */ }; - + #include #ifdef HAVE_SIGALTSTACK_THREADS #include /* MINSIGSTKSZ for the OS to deliver the signal + 0x3000 for us */