|
From: Christian B. <bor...@de...> - 2011-07-29 06:48:30
|
> 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). Christian |