]> granicus.if.org Git - strace/blobdiff - umask.c
tests: check decoding of vcpu auxstr
[strace] / umask.c
diff --git a/umask.c b/umask.c
index dda40d4a0cf99f050fb572b2ab48dbbff9763fce..d42258a9618de4ee17ee24a9b3475ba0380bf90a 100644 (file)
--- a/umask.c
+++ b/umask.c
@@ -2,7 +2,7 @@
 
 SYS_FUNC(umask)
 {
-       tprintf("%#lo", tcp->u_arg[0]);
+       print_numeric_umode_t(tcp->u_arg[0]);
 
        return RVAL_DECODED | RVAL_OCTAL;
 }