From 6f58f7fed4e6e00e6632ff9fe5bc56e75879424f Mon Sep 17 00:00:00 2001 From: ftrvxmtrx Date: Sat, 3 May 2014 12:09:53 +0200 Subject: thread.h: varargck argpos for threadsetname --- sys/include/thread.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/include/thread.h b/sys/include/thread.h index 6fd68b3ed..411a71a7d 100644 --- a/sys/include/thread.h +++ b/sys/include/thread.h @@ -109,6 +109,8 @@ void tprivfree(int); void **tprivaddr(int); void yield(void); +#pragma varargck argpos threadsetname 1 + extern int mainstacksize; /* slave I/O processes */ -- cgit v1.2.3