X86: Enable the rename system call.

--HG--
extra : convert_revision : bc4a3b5b5ce8e17f632e65ce89df91e2b50e1274
This commit is contained in:
Gabe Black 2007-09-19 18:24:11 -07:00
parent bdc0261eb5
commit a1912df360

View file

@ -203,7 +203,7 @@ SyscallDesc X86LinuxProcess::syscallDescs[] = {
/* 79 */ SyscallDesc("getcwd", unimplementedFunc),
/* 80 */ SyscallDesc("chdir", unimplementedFunc),
/* 81 */ SyscallDesc("fchdir", unimplementedFunc),
/* 82 */ SyscallDesc("rename", unimplementedFunc),
/* 82 */ SyscallDesc("rename", renameFunc),
/* 83 */ SyscallDesc("mkdir", unimplementedFunc),
/* 84 */ SyscallDesc("rmdir", unimplementedFunc),
/* 85 */ SyscallDesc("creat", unimplementedFunc),