* bsd_mutex.cc (_msleep): Whitespace fix.

* process.cc (process::process): Handle invalid signal_arrived values
	more gracefully.
This commit is contained in:
Corinna Vinschen
2005-04-01 15:35:47 +00:00
parent d0bed66e45
commit c9f545e20f
3 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
2005-04-01 Corinna Vinschen <corinna@vinschen.de>
* bsd_mutex.cc (_msleep): Whitespace fix.
* process.cc (process::process): Handle invalid signal_arrived values
more gracefully.
2004-12-30 Corinna Vinschen <corinna@vinschen.de>
* bsd_mutex.cc: Include limits.h.