diff options
Diffstat (limited to 'linuxthreads/descr.h')
-rw-r--r-- | linuxthreads/descr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/descr.h b/linuxthreads/descr.h index 1e14823d83..94ad893979 100644 --- a/linuxthreads/descr.h +++ b/linuxthreads/descr.h @@ -106,6 +106,7 @@ struct _pthread_descr_struct { the address of this thread descriptor. */ union dtv *dtvp; pthread_descr self; /* Pointer to this structure */ + int multiple_threads; } data; void *__padding[16]; } p_header; |