]> granicus.if.org Git - strace/commit
Convert parser of struct sigevent to new mpers infrastructure
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 16 Sep 2015 16:31:43 +0000 (16:31 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 16 Sep 2015 21:16:28 +0000 (21:16 +0000)
commit6f950cc49907c0357aeaa66a9ef32970733f14ae
treeb194b97dd19343ff9777c3a67c121dfeda3d8c31
parentd6b0558ad62aea4595c5636ad19dc228267955e1
Convert parser of struct sigevent to new mpers infrastructure

* defs.h (sigev_value): New prototype.
(printsigevent): Remove.
* print_sigevent.c (struct_sigevent): New typedef.  Mpersify it.
[IN_MPERS]: Do not include "xlat/sigev_value.h".
(printsigevent32): Remove.
(printsigevent): Rename to print_sigevent.  Mpersify it.
* mq.c (sys_mq_notify): Rename printsigevent to print_sigevent.
* time.c (sys_timer_create): Likewise.
defs.h
mq.c
print_sigevent.c
time.c