]> granicus.if.org Git - strace/commit
Move parser of struct sigevent to a separate file
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 16 Sep 2015 18:05:43 +0000 (18:05 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 16 Sep 2015 18:05:43 +0000 (18:05 +0000)
commitd6b0558ad62aea4595c5636ad19dc228267955e1
tree546aba611f23e625679d2eab53e68d97e007a9bc
parent644a8093a290f1aa3f3c074e9fcebf926acea115
Move parser of struct sigevent to a separate file

* print_sigevent.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* time.c (printsigevent32, printsigevent): Move to print_sigevent.c.
Makefile.am
print_sigevent.c [new file with mode: 0644]
time.c