|
From: Christian B. <bor...@de...> - 2011-07-29 07:59:18
|
On 29/07/11 08:48, Christian Borntraeger wrote: >> res = errno; >> - assert(res == EWOULDBLOCK || res == ENOSYS); >> - } > > Thanks. But isnt there another problem? errno is not set by the valgrind > internal syscall variant (coregrind/m_syscall.c), so the value of res > is random (or contains an implementation defined value). Ah, I see. this is client context. So yes, this should be ok. |