diff options
Diffstat (limited to 'nptl/pthreadP.h')
-rw-r--r-- | nptl/pthreadP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h index 51b34f49ef..3ebcbe96e7 100644 --- a/nptl/pthreadP.h +++ b/nptl/pthreadP.h @@ -71,7 +71,6 @@ extern int __pthread_debug attribute_hidden; typedef struct { pthread_cond_t *cond; - lll_lock_t lock; } pthread_cond_2_0_t; |