projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d124853
)
linux-user: Add proper strace format strings for getdents()/getdents64()
author
Helge Deller
<deller@gmx.de>
Sat, 24 Sep 2022 11:44:56 +0000
(13:44 +0200)
committer
Laurent Vivier
<laurent@vivier.eu>
Tue, 27 Sep 2022 07:33:19 +0000
(09:33 +0200)
Signed-off-by: Helge Deller <deller@gmx.de>
Message-Id: <
20220924114501
.21767-3-deller@gmx.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/strace.list
patch
|
blob
|
history
diff --git
a/linux-user/strace.list
b/linux-user/strace.list
index c6f748505a9ec3f1cf5803e9dddc45bf4b4317d3..f8a771b4f2561d412112da28a0c9d8dd073720d4 100644
(file)
--- a/
linux-user/strace.list
+++ b/
linux-user/strace.list
@@
-279,10
+279,10
@@
{ TARGET_NR_getcwd, "getcwd" , "%s(%p,%d)", NULL, NULL },
#endif
#ifdef TARGET_NR_getdents
-{ TARGET_NR_getdents, "getdents" ,
NULL
, NULL, NULL },
+{ TARGET_NR_getdents, "getdents" ,
"%s(%d,%p,%u)"
, NULL, NULL },
#endif
#ifdef TARGET_NR_getdents64
-{ TARGET_NR_getdents64, "getdents64" ,
NULL
, NULL, NULL },
+{ TARGET_NR_getdents64, "getdents64" ,
"%s(%d,%p,%u)"
, NULL, NULL },
#endif
#ifdef TARGET_NR_getdomainname
{ TARGET_NR_getdomainname, "getdomainname" , NULL, NULL, NULL },