mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
linux-user/strace: Improve bind() output
Tested-By: Guido Günther <agx@sigxcpu.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20191021114857.20538-8-f4bug@amsat.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
d84fe1ede7
commit
bb10540e76
2 changed files with 15 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
|||
{ TARGET_NR_bdflush, "bdflush" , NULL, NULL, NULL },
|
||||
#endif
|
||||
#ifdef TARGET_NR_bind
|
||||
{ TARGET_NR_bind, "bind" , NULL, NULL, NULL },
|
||||
{ TARGET_NR_bind, "bind" , NULL, print_bind, NULL },
|
||||
#endif
|
||||
#ifdef TARGET_NR_bpf
|
||||
{ TARGET_NR_bpf, "bpf" , NULL, NULL, NULL },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue