From 1678a08ded7e00049f4335d856c91043904002f7 Mon Sep 17 00:00:00 2001 From: Matt Sinclair Date: Thu, 21 Jun 2018 19:31:09 -0400 Subject: syscall_emul: adding symlink system call Change-Id: Iebda05c130b4d2ee8434cad1e703933bfda486c8 Reviewed-on: https://gem5-review.googlesource.com/11490 Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power --- src/arch/x86/linux/process.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/x86/linux/process.cc') diff --git a/src/arch/x86/linux/process.cc b/src/arch/x86/linux/process.cc index 5717218f9..51512fdda 100644 --- a/src/arch/x86/linux/process.cc +++ b/src/arch/x86/linux/process.cc @@ -308,7 +308,7 @@ static SyscallDesc syscallDescs64[] = { /* 85 */ SyscallDesc("creat", unimplementedFunc), /* 86 */ SyscallDesc("link", linkFunc), /* 87 */ SyscallDesc("unlink", unlinkFunc), - /* 88 */ SyscallDesc("symlink", unimplementedFunc), + /* 88 */ SyscallDesc("symlink", symlinkFunc), /* 89 */ SyscallDesc("readlink", readlinkFunc), /* 90 */ SyscallDesc("chmod", unimplementedFunc), /* 91 */ SyscallDesc("fchmod", unimplementedFunc), -- cgit v1.2.3