summaryrefslogtreecommitdiff
path: root/arch/arm/machine/tcb.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/machine/tcb.c')
-rw-r--r--arch/arm/machine/tcb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/machine/tcb.c b/arch/arm/machine/tcb.c
index a1695ec1..074e5172 100644
--- a/arch/arm/machine/tcb.c
+++ b/arch/arm/machine/tcb.c
@@ -15,6 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <kern/error.h>
#include <kern/init.h>
#include <machine/tcb.h>
@@ -25,6 +26,7 @@ tcb_build(struct tcb *tcb, void *stack, void (*fn)(void *), void *arg)
(void)stack;
(void)fn;
(void)arg;
+ return ERROR_AGAIN;
}
void