Fix linkage of pthread_reaper_stack
This commit is contained in:
parent
3e980184a8
commit
cb423c0ac4
@ -68,7 +68,7 @@ static struct mutex_t pthread_mutex;
|
|||||||
|
|
||||||
static volatile int pthread_reaper_pid = -1;
|
static volatile int pthread_reaper_pid = -1;
|
||||||
|
|
||||||
char pthread_reaper_stack[PTHREAD_REAPER_STACKSIZE];
|
static char pthread_reaper_stack[PTHREAD_REAPER_STACKSIZE];
|
||||||
|
|
||||||
static void pthread_start_routine(void)
|
static void pthread_start_routine(void)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user