* sysv_msg.cc: Add fix from upstream version 1.65.

(msgsnd): Call msleep with timeout value.  Handle EWOULDBLOCK.  Make
	sure it's clear from where msleep has been called in debug output.
	(msgrcv): Make sure it's clear from where msleep has been called in
	debug output.
This commit is contained in:
Corinna Vinschen
2008-04-30 19:09:40 +00:00
parent 7aefc1596d
commit cce741c409
2 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,11 @@
2008-04-30 Corinna Vinschen <corinna@vinschen.de>
* sysv_msg.cc: Add fix from upstream version 1.65.
(msgsnd): Call msleep with timeout value. Handle EWOULDBLOCK. Make
sure it's clear from where msleep has been called in debug output.
(msgrcv): Make sure it's clear from where msleep has been called in
debug output.
2008-02-06 Corinna Vinschen <corinna@vinschen.de>
* bsd_helper.cc: Replace %E __small_printf format specifier with %lu