linux-user: fix readlinkat handling with magic exe symlink
commit65d4830dac7d88059ba77f1d31ec0c2f8f65ae28
authorJameson Nash <vtjnash@gmail.com>
Mon, 8 Aug 2022 19:07:27 +0000 (8 15:07 -0400)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 23 Sep 2022 21:43:45 +0000 (23 23:43 +0200)
treeb2915eabfad82a00d976c5e89615a1a2232c4616
parentd135f781405f7c78153aa65e0327b05a4aa72e50
linux-user: fix readlinkat handling with magic exe symlink

Exactly the same as f17f4989fa193fa8279474c5462289a3cfe69aea before was
for readlink. I suppose this was simply missed at the time.

Signed-off-by: Jameson Nash <vtjnash@gmail.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20220808190727.875155-1-vtjnash@gmail.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/syscall.c