print_mq_attr: fix typo

* print_mq_attr.c (printmqattr): Fix the last argument of printflags64.
This commit is contained in:
Дмитрий Левин 2017-04-24 14:14:07 +00:00
parent 0399062e41
commit d64aa38834

View File

@ -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}",