diff options
-rw-r--r-- | libpthread/nptl/pthread_create.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/pthread_create.c b/libpthread/nptl/pthread_create.c index 695d1a97d..b3bf47530 100644 --- a/libpthread/nptl/pthread_create.c +++ b/libpthread/nptl/pthread_create.c @@ -221,7 +221,7 @@ __free_tcb (struct pthread *pd) } -static int attribute_noreturn +static int start_thread (void *arg) { struct pthread *pd = (struct pthread *) arg; |