diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-04 08:01:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-04 08:01:29 +0000 |
commit | d27a78be343159b2a1b8e3856f3c51fdd0162c35 (patch) | |
tree | 3e8b52a3308ad66b489588df0986c1d1672f84b2 /nptl/pthreadP.h | |
parent | 7edb2ae36fe23af5c5bca0507409fee81feb7437 (diff) | |
download | glibc-d27a78be343159b2a1b8e3856f3c51fdd0162c35.tar.gz glibc-d27a78be343159b2a1b8e3856f3c51fdd0162c35.tar.xz glibc-d27a78be343159b2a1b8e3856f3c51fdd0162c35.zip |
Update.
2003-01-04 Ulrich Drepper <drepper@redhat.com> * pthreadP.h (pthread_cond_2_0_t): Remove unneeded lock element.
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; |