]> granicus.if.org Git - strace/commit
futex: add handling of FUTEX_FD command
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 29 Aug 2016 20:57:38 +0000 (23:57 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 30 Aug 2016 15:53:51 +0000 (15:53 +0000)
commit3e0e10532dd5cdb79c710dd43822bbb5fa162cb9
treebcd1a29df8438bb86d6780386feb16b2424dea81
parenta3e1ad344be0518481c82d80948f009246c5134f
futex: add handling of FUTEX_FD command

Since obsolete FUTEX_FD command is known and used to have some expected
argument format, print FUTEX_FD using that format.

* futex.c (SYS_FUNC(futex)): Handle FUTEX_FD command.
futex.c