linux-user: Add open_tree() syscall
commit7f696cddd9d7bbde0ecc489eb9a29c7196b29727
authorThomas Weißschuh <thomas@t-8ch.de>
Mon, 24 Apr 2023 15:34:29 +0000 (24 17:34 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 17 May 2023 05:20:29 +0000 (17 07:20 +0200)
treee69b7b075f65be9183b3a13f7b5be9491c264aa8
parent4b2d2753e88bdb25db5eab84c172135200f15c99
linux-user: Add open_tree() syscall

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20230424153429.276788-2-thomas@t-8ch.de>
[lv: move declaration at the beginning of the block,
     define syscall]
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/syscall.c