Searched hist:10629 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/sim/
H A Dsyscall_emul.hhdiff 10629:7c649fc84bb9 Sat Dec 27 14:48:00 EST 2014 Joel Hestness <jthestness@gmail.com> syscall_emul: Return correct writev value

According to Linux man pages, if writev is successful, it returns the total
number of bytes written. Otherwise, it returns an error code. Instead of
returning 0, return the result from the actual call to writev in the system
call.

Completed in 38 milliseconds