diff options
Diffstat (limited to 'linuxthreads/sysdeps/s390/tls.h')
-rw-r--r-- | linuxthreads/sysdeps/s390/tls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/sysdeps/s390/tls.h b/linuxthreads/sysdeps/s390/tls.h index 11f31ba88a..41a83a72fb 100644 --- a/linuxthreads/sysdeps/s390/tls.h +++ b/linuxthreads/sysdeps/s390/tls.h @@ -110,7 +110,7 @@ typedef struct head->self = _descr; \ \ __builtin_set_thread_pointer (_descr); \ - 0; \ + NULL; \ }) /* Return the address of the dtv for the current thread. */ |