]> granicus.if.org Git - strace/commit
print_sigevent: fix field names of sigev_value structure
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 28 Nov 2016 19:12:12 +0000 (22:12 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 29 Nov 2016 00:33:01 +0000 (00:33 +0000)
commitc84536f975f5b8bbd390d917cee1dfe7e40b9f46
tree0968aa988b645832c437789d6601191b5f4e8c4e
parent6602da1b903f67b9aba0037b011341f8bba9abdd
print_sigevent: fix field names of sigev_value structure

* print_sigevent.c (print_sigevent): Change "int" to "sival_int", "ptr"
to "sival_ptr".
* tests/mq_sendrecv.c (main): Update expected output in accordance with
fixed field names.
* tests/timer_create.c (main): Likewise.
print_sigevent.c
tests/mq_sendrecv.c
tests/timer_create.c