diff options
| author | Helge Deller | 2022-09-18 21:45:50 +0200 |
|---|---|---|
| committer | Laurent Vivier | 2022-09-27 09:29:33 +0200 |
| commit | 105d599a33462bd64529bc3bacc68e2d0fbb876b (patch) | |
| tree | 0f991154a027732b2e71ce783a0f7b2fd58df793 /linux-user/openrisc | |
| parent | linux-user/hppa: Dump IIR on register dump (diff) | |
| download | qemu-105d599a33462bd64529bc3bacc68e2d0fbb876b.tar.gz qemu-105d599a33462bd64529bc3bacc68e2d0fbb876b.tar.xz qemu-105d599a33462bd64529bc3bacc68e2d0fbb876b.zip | |
linux-user: Fix strace of chmod() if mode == 0
If the mode parameter of chmod() is zero, this value isn't shown
when stracing a program:
chmod("filename",)
This patch fixes it up to show the zero-value as well:
chmod("filename",000)
Signed-off-by: Helge Deller <deller@gmx.de>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220918194555.83535-8-deller@gmx.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'linux-user/openrisc')
0 files changed, 0 insertions, 0 deletions
