diff options
author | Neal H. Walfield <neal@gnu.org> | 2007-12-12 16:33:49 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-04-07 23:11:26 +0200 |
commit | d103b8568a4bcbf380d36b5fb86bef8ea475a682 (patch) | |
tree | d36315774b0de1418730a17481e0f0ad163b2f55 | |
parent | ac69c45a3eba1973f5682e0c4a11404e00f5485b (diff) |
2007-12-12 Neal H. Walfield <neal@gnu.org>
* sysdeps/l4/pt-block.c (__pthread_block): Clear the acceptor.
Improve debugging output.
* sysdeps/l4/pt-wakeup.c (__pthread_wakeup): Load an empty message.
Improve debugging output.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-12-12 Neal H. Walfield <neal@gnu.org> + + * sysdeps/l4/pt-block.c (__pthread_block): Clear the acceptor. + Improve debugging output. + * sysdeps/l4/pt-wakeup.c (__pthread_wakeup): Load an empty message. + Improve debugging output. + 2007-12-04 Neal H. Walfield <neal@gnu.org> Remove exception threads. Replace with support for activations. |