projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a4aa59
)
X86: Enable the unlink system call.
author
Gabe Black
<gblack@eecs.umich.edu>
Thu, 20 Sep 2007 01:23:35 +0000
(18:23 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Thu, 20 Sep 2007 01:23:35 +0000
(18:23 -0700)
--HG--
extra : convert_revision :
4230a13fdb652a87271f8d2ac9ead96cd2af07a5
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 11fae96bb4c9f10f83ec3f1690e5e347fc6649b5..05f57cf38175db35cebcf10cf67385fbf2aee450 100644
(file)
--- a/
src/arch/x86/linux/syscalls.cc
+++ b/
src/arch/x86/linux/syscalls.cc
@@
-208,7
+208,7
@@
SyscallDesc X86LinuxProcess::syscallDescs[] = {
/* 84 */ SyscallDesc("rmdir", unimplementedFunc),
/* 85 */ SyscallDesc("creat", unimplementedFunc),
/* 86 */ SyscallDesc("link", unimplementedFunc),
- /* 87 */ SyscallDesc("unlink", un
implemented
Func),
+ /* 87 */ SyscallDesc("unlink", un
link
Func),
/* 88 */ SyscallDesc("symlink", unimplementedFunc),
/* 89 */ SyscallDesc("readlink", unimplementedFunc),
/* 90 */ SyscallDesc("chmod", unimplementedFunc),