]> granicus.if.org Git - strace/blobdiff - mount.c
tests: check decoding of accept4 syscall
[strace] / mount.c
diff --git a/mount.c b/mount.c
index 84e79d66f57e3ef487041de18e63b798ca02b7dd..1ae445dc6faad7ce06255845c653e15ccb8f3edc 100644 (file)
--- a/mount.c
+++ b/mount.c
@@ -74,7 +74,7 @@ SYS_FUNC(mount)
                        tprints("|");
        }
        if (flags || !old_magic)
-               printflags(mount_flags, flags, "MS_???");
+               printflags_long(mount_flags, flags, "MS_???");
        tprints(", ");
 
        if (ignore_data)