* bsd_mutex.cc (win_priority): Move to msleep helper function section.

(set_priority): Ditto. Fix formatting.
	(_msleep): Cleanup obj formatting.  Rearrange obj order.
This commit is contained in:
Corinna Vinschen
2004-02-07 10:47:39 +00:00
parent a1bca00aa9
commit f5133f95b0
2 changed files with 44 additions and 32 deletions

View File

@@ -1,3 +1,9 @@
2004-02-07 Corinna Vinschen <corinna@vinschen.de>
* bsd_mutex.cc (win_priority): Move to msleep helper function section.
(set_priority): Ditto. Fix formatting.
(_msleep): Cleanup obj formatting. Rearrange obj order.
2004-02-06 Corinna Vinschen <corinna@vinschen.de>
* bsd_mutex.cc (_msleep): Handle PCATCH using signal_arrived event.