diff options
Diffstat (limited to 'src/include/threads.h')
-rw-r--r-- | src/include/threads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/threads.h b/src/include/threads.h index d9bb467b9..297c56a68 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -157,7 +157,7 @@ struct Thread { #define ABSPRIO 255
/* Not an API, don't use into the application code.*/
-void _InitThread(tprio_t prio, tmode_t mode, Thread *tp);
+void init_thread(tprio_t prio, tmode_t mode, Thread *tp);
/** Thread function.*/
typedef msg_t (*tfunc_t)(void *);
|