diff options
| author | James Hogan | 2014-03-25 22:51:08 +0100 |
|---|---|---|
| committer | Riku Voipio | 2014-05-02 20:59:28 +0200 |
| commit | a29e5ba21f3dc01cd7f12aac9216e06e7bdd0e9e (patch) | |
| tree | cffcaa6d3aaa27bfeeb9b1e7a37782b457ce8e82 /include/exec/user | |
| parent | linux-user: Add support for SCM_CREDENTIALS. (diff) | |
| download | qemu-a29e5ba21f3dc01cd7f12aac9216e06e7bdd0e9e.tar.gz qemu-a29e5ba21f3dc01cd7f12aac9216e06e7bdd0e9e.tar.xz qemu-a29e5ba21f3dc01cd7f12aac9216e06e7bdd0e9e.zip | |
linux-user: Handle arches with llseek instead of _llseek
Recently merged kernel ports (such as OpenRISC and Meta) have an llseek
system call instead of _llseek. This is handled for the host
architecture by defining __NR__llseek as __NR_llseek, but not for the
target architecture.
Handle it in the same way for these architectures, defining
TARGET_NR__llseek as TARGET_NR_llseek.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Riku Voipio <riku.voipio@iki.fi>
Cc: Jia Liu <proljc@gmail.com>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'include/exec/user')
0 files changed, 0 insertions, 0 deletions
