diff options
author | rpj <rpj> | 2005-05-18 14:35:16 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-05-18 14:35:16 +0000 |
commit | 2f7259b53b446762a1178150b0762c734b85c206 (patch) | |
tree | 517e8077e3f4689d2ac331d7000757994cebfd2b /NEWS | |
parent | 2531397c796d14f5fb934ae3fcf3c5327bd41bc9 (diff) |
''
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ RELEASE 1.10.0 ------------- -(Not released yet) +(2005-05-19) Bugs fixed ---------- -* pthread_detach() now reclaims remaining thread resources when called after +* pthread_detach() now reclaims remaining thread resources if called after the target thread has terminated. Previously, this routine did nothing in this case. |