diff options
author | paul <paul> | 2005-05-19 01:30:53 +0000 |
---|---|---|
committer | paul <paul> | 2005-05-19 01:30:53 +0000 |
commit | dc81807a5b2b3dc8138d74e23ece71402a6c03b4 (patch) | |
tree | 7f2850cf793ea8c5241b85b18e971bd763707f14 /lib/ChangeLog | |
parent | a3387a4488c35d322d3c78973c967b2be5967b6e (diff) |
2005-05-19 Paul Jakma <paul@dishone.st>
* thread.c: (thread_cancel_event) the number of pending events
cancelled is potentially useful information, dont throw it away,
pass it back to the caller.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 5a0eff55..82ea6fd1 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-05-19 Paul Jakma <paul@dishone.st> + + * thread.c: (thread_cancel_event) the number of pending events + cancelled is potentially useful information, dont throw it away, + pass it back to the caller. + 2005-05-15 Paul Jakma <paul@dishone.st> * getopt.h: It's not just __GNU_LIBRARY__ which defines |