SysCalls: Implement truncate64 system call
authorVince Weaver <vince@csl.cornell.edu>
Fri, 30 Oct 2009 16:31:55 +0000 (12:31 -0400)
committerVince Weaver <vince@csl.cornell.edu>
Fri, 30 Oct 2009 16:31:55 +0000 (12:31 -0400)
commit9ad3acab5ea79effe27fba240d8f89aadc138f6f
treeede62ff08422e8cf1a467faac7e29669e5b42fc8
parentd6ff7929b30cde7bce1b3f3be89e1ef6eda82a2d
SysCalls: Implement truncate64 system call

This uses the new stack-based argument infrastructure.

Tested on x86 and x86_64.
src/sim/syscall_emul.cc
src/sim/syscall_emul.hh