diff options
Diffstat (limited to 'sysdeps/s390')
-rw-r--r-- | sysdeps/s390/nptl/tls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/s390/nptl/tls.h b/sysdeps/s390/nptl/tls.h index 98d7870148..937c49dda6 100644 --- a/sysdeps/s390/nptl/tls.h +++ b/sysdeps/s390/nptl/tls.h @@ -112,7 +112,7 @@ typedef struct INIT_SYSINFO; \ \ __builtin_set_thread_pointer (_thrdescr); \ - NULL; \ + true; \ }) /* Value passed to 'clone' for initialization of the thread register. */ |