diff options
Diffstat (limited to 'sysdeps/nios2/nptl/tls.h')
-rw-r--r-- | sysdeps/nios2/nptl/tls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nios2/nptl/tls.h b/sysdeps/nios2/nptl/tls.h index cb231e2a4b..f5a9713f93 100644 --- a/sysdeps/nios2/nptl/tls.h +++ b/sysdeps/nios2/nptl/tls.h @@ -88,7 +88,7 @@ register struct pthread *__thread_self __asm__("r23"); /* Code to initially initialize the thread pointer. */ # define TLS_INIT_TP(tcbp) \ - (__thread_self = (struct pthread *) ((char *) tcbp + TLS_TCB_OFFSET), NULL) + (__thread_self = (struct pthread *) ((char *) tcbp + TLS_TCB_OFFSET), true) /* Value passed to 'clone' for initialization of the thread register. */ # define TLS_DEFINE_INIT_TP(tp, pd) \ |