diff options
author | Peter Maydell | 2018-02-20 10:40:51 +0100 |
---|---|---|
committer | Peter Maydell | 2018-02-20 10:40:51 +0100 |
commit | f4718c033bfef80933bf3d1d5d6d35f8fae8b11d (patch) | |
tree | c93eab3dee6b3506b00c456d1d5db26dc0f94230 /linux-user/tilegx | |
parent | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... (diff) | |
parent | linux-user: Remove THREAD macro (diff) | |
download | qemu-f4718c033bfef80933bf3d1d5d6d35f8fae8b11d.tar.gz qemu-f4718c033bfef80933bf3d1d5d6d35f8fae8b11d.tar.xz qemu-f4718c033bfef80933bf3d1d5d6d35f8fae8b11d.zip |
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-request' into staging
# gpg: Signature made Tue 20 Feb 2018 09:16:18 GMT
# gpg: using RSA key F30C38BD3F2FBE3C
# gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>"
# gpg: aka "Laurent Vivier <laurent@vivier.eu>"
# gpg: aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>"
# Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F 5173 F30C 38BD 3F2F BE3C
* remotes/vivier2/tags/linux-user-for-2.12-pull-request:
linux-user: Remove THREAD macro
linux-user: Fix sched_getaffinity mask size
linux-user: Fix register used for 6th and 7th syscall argument on aarch64
linux-user: Implement ioctl cmd TIOCGPTPEER
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'linux-user/tilegx')
-rw-r--r-- | linux-user/tilegx/termbits.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/tilegx/termbits.h b/linux-user/tilegx/termbits.h index 91ec23654e..966daec088 100644 --- a/linux-user/tilegx/termbits.h +++ b/linux-user/tilegx/termbits.h @@ -242,6 +242,7 @@ struct target_termios2 { #define TARGET_TIOCGPKT TARGET_IOR('T', 0x38, int) #define TARGET_TIOCGPTLCK TARGET_IOR('T', 0x39, int) #define TARGET_TIOCGEXCL TARGET_IOR('T', 0x40, int) +#define TARGET_TIOCGPTPEER TARGET_IO('T', 0x41) #define TARGET_FIONCLEX 0x5450 #define TARGET_FIOCLEX 0x5451 |