projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a1eb7e
)
X86: Install a 32 bit fstat64 system call.
author
Gabe Black
<gblack@eecs.umich.edu>
Fri, 27 Feb 2009 17:25:26 +0000
(09:25 -0800)
committer
Gabe Black
<gblack@eecs.umich.edu>
Fri, 27 Feb 2009 17:25:26 +0000
(09:25 -0800)
src/arch/x86/linux/syscalls.cc
patch
|
blob
|
history
diff --git
a/src/arch/x86/linux/syscalls.cc
b/src/arch/x86/linux/syscalls.cc
index eacbf5e7b97cfd8053eab8ca8919f531ba237cb6..1d2d8d6913a42473ca564fadb558a9706641e82e 100644
(file)
--- a/
src/arch/x86/linux/syscalls.cc
+++ b/
src/arch/x86/linux/syscalls.cc
@@
-701,7
+701,7
@@
SyscallDesc I386LinuxProcess::syscallDescs[] = {
/* 194 */ SyscallDesc("ftruncate64", unimplementedFunc),
/* 195 */ SyscallDesc("stat64", unimplementedFunc),
/* 196 */ SyscallDesc("lstat64", unimplementedFunc),
- /* 197 */ SyscallDesc("fstat64",
unimplementedFunc
),
+ /* 197 */ SyscallDesc("fstat64",
fstat64Func<X86Linux32>
),
/* 198 */ SyscallDesc("lchown32", unimplementedFunc),
/* 199 */ SyscallDesc("getuid32", unimplementedFunc),
/* 200 */ SyscallDesc("getgid32", unimplementedFunc),