diff options
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/pthread_create.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c index 2ef2bcb..d0d7414 100644 --- a/nptl/pthread_create.c +++ b/nptl/pthread_create.c @@ -452,11 +452,7 @@ START_THREAD_DEFN LIBC_PROBE (pthread_start, 3, (pthread_t) pd, pd->start_routine, pd->arg); /* Run the code the user provided. */ -#ifdef CALL_THREAD_FCT - THREAD_SETMEM (pd, result, CALL_THREAD_FCT (pd)); -#else THREAD_SETMEM (pd, result, pd->start_routine (pd->arg)); -#endif } /* Call destructors for the thread_local TLS variables. */ |