2003-01-04 Ulrich Drepper <drepper@redhat.com>
* pthreadP.h (pthread_cond_2_0_t): Remove unneeded lock element.
-nptl 0.13 by Ulrich Drepper
+nptl 0.14 by Ulrich Drepper
+2003-01-04 Ulrich Drepper <drepper@redhat.com>
+
+ * pthreadP.h (pthread_cond_2_0_t): Remove unneeded lock element.
+
2003-01-03 Ulrich Drepper <drepper@redhat.com>
* Makefile (tests): Add tst-cond7.
- 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
typedef struct
{
pthread_cond_t *cond;
- lll_lock_t lock;
} pthread_cond_2_0_t;