diff options
Diffstat (limited to 'libpthread/linuxthreads/descr.h')
-rw-r--r-- | libpthread/linuxthreads/descr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpthread/linuxthreads/descr.h b/libpthread/linuxthreads/descr.h index 24ec30b41..47a9acd9b 100644 --- a/libpthread/linuxthreads/descr.h +++ b/libpthread/linuxthreads/descr.h @@ -123,9 +123,7 @@ struct _pthread_descr_struct union dtv *dtvp; pthread_descr self; /* Pointer to this structure */ int multiple_threads; -# ifdef NEED_DL_SYSINFO uintptr_t sysinfo; -# endif } data; void *__padding[16]; } p_header; |