Skip to content
Snippets Groups Projects
Commit 6f200f51 authored by Helge Deller's avatar Helge Deller Committed by Laurent Vivier
Browse files

linux-user: Use target abi_int type for pipefd[1] in pipe()


When writing back the fd[1] pipe file handle to emulated userspace
memory, use sizeof(abi_int) as offset insted of the hosts's int type.
There is no functional change in this patch.

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>

Message-Id: <YtQ3Id6z8slpVr7r@p100>
Signed-off-by: default avatarLaurent Vivier <laurent@vivier.eu>
parent 499d8055
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment