commit | d6b0558ad62aea4595c5636ad19dc228267955e1 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Wed Sep 16 18:05:43 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed Sep 16 18:05:43 2015 +0000 |
tree | 546aba611f23e625679d2eab53e68d97e007a9bc | |
parent | 644a8093a290f1aa3f3c074e9fcebf926acea115 [diff] [blame] |
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.
diff --git a/Makefile.am b/Makefile.am index 29d8fa7..2870f5d 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -100,6 +100,7 @@ prctl.c \ print_mq_attr.c \ print_msgbuf.c \ + print_sigevent.c \ print_time.c \ printmode.c \ printrusage.c \