qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] linux-user/strace: Improve output of various syscalls


From: Aleksandar Markovic
Subject: Re: [PATCH] linux-user/strace: Improve output of various syscalls
Date: Wed, 20 Nov 2019 03:35:07 +0100

 #ifdef TARGET_NR_ioctl
-{ TARGET_NR_ioctl, "ioctl" , NULL, NULL, NULL },
+{ TARGET_NR_ioctl, "ioctl" , "%s(%d,%#x,%#x,%#x,%#x,%#x)", NULL, NULL },
 #endif

ioctl() has only three arguments.

Regards,

Aleksandar



reply via email to

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