print_mq_attr: fix typo
* print_mq_attr.c (printmqattr): Fix the last argument of printflags64.
This commit is contained in:
parent
0399062e41
commit
d64aa38834
@ -54,7 +54,7 @@ MPERS_PRINTER_DECL(void, printmqattr, struct tcb *const tcp,
|
||||
if (decode_flags)
|
||||
printflags64(mq_attr_flags,
|
||||
zero_extend_signed_to_ull(attr.mq_flags),
|
||||
"/* O_??? */");
|
||||
"O_???");
|
||||
else
|
||||
tprintf("%#llx", zero_extend_signed_to_ull(attr.mq_flags));
|
||||
tprintf(", mq_maxmsg=%lld, mq_msgsize=%lld, mq_curmsgs=%lld}",
|
||||
|
Loading…
x
Reference in New Issue
Block a user