]> granicus.if.org Git - strace/commit
futex: fix formatting of unknown command argument
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 29 Aug 2016 20:59:01 +0000 (23:59 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 30 Aug 2016 15:53:51 +0000 (15:53 +0000)
commitebeae24de441c6448ff903d5201f6c80732eae2b
treefdac7fd14c5aa2f8259faf0172d2073c1305fcd6
parent3e0e10532dd5cdb79c710dd43822bbb5fa162cb9
futex: fix formatting of unknown command argument

Use alternate form for printing hexadecimal numbers to avoid confusion.
Use printaddr to print uaddr as the latter is interpreted as a pointer
in all currently supported futex operations.

* futex.c (SYS_FUNC(futex)): Fix formatting of unknown command
argument.
futex.c