qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] linux-user: add strace for dup3


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] linux-user: add strace for dup3
Date: Tue, 1 Oct 2019 11:06:04 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0

On 9/30/19 11:01 AM, Andreas Schwab wrote:
Signed-off-by: Andreas Schwab <address@hidden>
---
  linux-user/strace.list | 3 +++
  1 file changed, 3 insertions(+)

diff --git a/linux-user/strace.list b/linux-user/strace.list
index 63a946642d..863283418e 100644
--- a/linux-user/strace.list
+++ b/linux-user/strace.list
@@ -121,6 +121,9 @@
  #ifdef TARGET_NR_dup2
  { TARGET_NR_dup2, "dup2" , NULL, NULL, NULL },
  #endif
+#ifdef TARGET_NR_dup3
+{ TARGET_NR_dup3, "dup3" , NULL, NULL, NULL },
+#endif
  #ifdef TARGET_NR_epoll_create
  { TARGET_NR_epoll_create, "epoll_create" , NULL, NULL, NULL },
  #endif


Reviewed-by: Philippe Mathieu-Daudé <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]