commit | d9fb450748bcb413be09f705958c6335f22fca62 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Thu Jul 30 19:46:11 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu Jul 30 22:03:07 2015 +0000 |
tree | 85874643a30b2766fac2c620fbc8864b58c6acd7 | |
parent | c18b002fe995d59d1b0e1c8e492ea1dc11884bff [diff] |
Cleanup poll/ppoll decoders * poll.c (decode_poll): Split into print_pollfd, decode_poll_entering, and decode_poll_exiting. (sys_poll, sys_ppoll): Update callers. * tests/ppoll.c: New file. * tests/ppoll.expected: Likewise. * tests/ppoll-v.expected: Likewise. * tests/ppoll.test: New test. * tests/Makefile.am (check_PROGRAMS): Add ppoll. (TESTS): Add ppoll.test. (EXTRA_DIST): Add ppoll.expected and ppoll-v.expected. * tests/.gitignore: Add ppoll.