diff options
-rw-r--r-- | sys/include/thread.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |