]> Git Repo - qemu.git/commit
linux-user: Add missing TARGET___O_TMPFILE for hppa and alpha
authorHelge Deller <[email protected]>
Mon, 1 Feb 2021 15:59:22 +0000 (16:59 +0100)
committerLaurent Vivier <[email protected]>
Sat, 13 Feb 2021 21:50:49 +0000 (22:50 +0100)
commit23b311155078bdd5bacc016ff3b3ebb5462b10c0
tree400eb4842107bfb91bf404a23a21818071cf1527
parent1c3dfb506ea3decd17ec69ed6eaf611a885b9f59
linux-user: Add missing TARGET___O_TMPFILE for hppa and alpha

The hppa and alpha targets miss the #define of the TARGET___O_TMPFILE
and as such fail to run a trivial symlink command like

    ln -s /bin/bash /tmp

which results in an -EINVAL return code.

Adding the define fixes the problem.

Signed-off-by: Helge Deller <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
Message-Id: <20210201155922[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
linux-user/alpha/target_fcntl.h
linux-user/hppa/target_fcntl.h
This page took 0.041249 seconds and 4 git commands to generate.