Fix linkage of pthread_reaper_stack

This commit is contained in:
René Kijewski 2014-02-21 14:03:55 +01:00
parent 3e980184a8
commit cb423c0ac4

View File

@ -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)
{ {