From d27a78be343159b2a1b8e3856f3c51fdd0162c35 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 4 Jan 2003 08:01:29 +0000 Subject: Update. 2003-01-04 Ulrich Drepper * pthreadP.h (pthread_cond_2_0_t): Remove unneeded lock element. --- nptl/Banner | 2 +- nptl/ChangeLog | 4 ++++ nptl/TODO | 10 ---------- nptl/pthreadP.h | 1 - 4 files changed, 5 insertions(+), 12 deletions(-) (limited to 'nptl') diff --git a/nptl/Banner b/nptl/Banner index 69e4cc92ab..e028549a43 100644 --- a/nptl/Banner +++ b/nptl/Banner @@ -1 +1 @@ -nptl 0.13 by Ulrich Drepper +nptl 0.14 by Ulrich Drepper diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 38f2ffb594..d8a27c8107 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2003-01-04 Ulrich Drepper + + * pthreadP.h (pthread_cond_2_0_t): Remove unneeded lock element. + 2003-01-03 Ulrich Drepper * Makefile (tests): Add tst-cond7. diff --git a/nptl/TODO b/nptl/TODO index a742c85cbf..a4a1055f46 100644 --- a/nptl/TODO +++ b/nptl/TODO @@ -10,13 +10,3 @@ sys_futex - test with threaded process terminating and semadj (?) being applied only after all threads are gone - - -- system() is cancelable. What happens to the child process? It probably - should be killed. - - The signal handler setting is a process resource. Setting and resetting - it from multiple thread must be possible. - - -- the syscall wrapping code should really be in libc 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; -- cgit 1.4.1