commit | 0fa82d39c8afbaaa2fb4cdbb30f36c3dc76dad8e | [log] [tgz] |
---|---|---|
author | Paul Burton <paul@archlinuxmips.org> | Sun Jun 22 11:25:38 2014 +0100 |
committer | Riku Voipio <riku.voipio@linaro.org> | Sun Jun 29 14:19:59 2014 +0300 |
tree | c8b5ea85e4a97a6cfeec59db2069ca73008e45a0 | |
parent | 356d771b30071b44fcb19d2f8d911784b9b276be [diff] |
linux-user: support strace of epoll_create1 Add the epoll_create1 syscall to strace.list in order to display that syscall when it occurs, rather than a message about the syscall being unknown despite QEMU already implementing support for it. Signed-off-by: Paul Burton <paul@archlinuxmips.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>