syscall: Add readlink to x86 with special case /proc/self/exe
authorDavid Hashe <david.hashe@amd.com>
Mon, 20 Jul 2015 14:15:18 +0000 (09:15 -0500)
committerDavid Hashe <david.hashe@amd.com>
Mon, 20 Jul 2015 14:15:18 +0000 (09:15 -0500)
commitd0f6aad3c6709d2ef686dbf3f0c60ac6cbfb7b5a
treeb52b5bed4a53a30c1e32b40ca1ed59b8f2df50c2
parent4710eba588cdfe059ab984ec78ff9e49bd7cbe69
syscall: Add readlink to x86 with special case /proc/self/exe

This patch implements the correct behavior.
src/arch/x86/linux/process.cc
src/sim/syscall_emul.cc