]> granicus.if.org Git - strace/blobdiff - fcntl.c
Print struct iovec as a regular structure
[strace] / fcntl.c
diff --git a/fcntl.c b/fcntl.c
index e446a1c6cf2d8059b72e5e7f6c94df7ec6c912d6..bfe8b1458d20f3514f22c8a1ec395ebd001141b2 100644 (file)
--- a/fcntl.c
+++ b/fcntl.c
@@ -122,15 +122,15 @@ print_fcntl(struct tcb *tcp)
                break;
        case F_NOTIFY:
                tprints(", ");
-               printflags(notifyflags, tcp->u_arg[2], "DN_???");
+               printflags_long(notifyflags, tcp->u_arg[2], "DN_???");
                break;
        case F_SETLEASE:
                tprints(", ");
-               printxval(lockfcmds, tcp->u_arg[2], "F_???");
+               printxval_long(lockfcmds, tcp->u_arg[2], "F_???");
                break;
        case F_ADD_SEALS:
                tprints(", ");
-               printflags(f_seals, tcp->u_arg[2], "F_SEAL_???");
+               printflags_long(f_seals, tcp->u_arg[2], "F_SEAL_???");
                break;
        case F_SETSIG:
                tprints(", ");