aboutsummaryrefslogtreecommitdiff
path: root/libio/tst-vtables-common.c
AgeCommit message (Collapse)Author
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
* All files with FSF copyright notices: Update copyright dates using scripts/update-copyrights. * locale/programs/charmap-kw.h: Regenerated. * locale/programs/locfile-kw.h: Likewise.
2018-11-28support: Add signal support to support_capture_subprocess_checkFlorian Weimer
Signal zero does not terminate a process, so it is safe to use negative values for signal numbers. Adjust libio/tst-vtables-common.c to use this new functionality, instead of determining the termination status for a signal indirectly.
2018-06-26libio: Add tst-vtables, tst-vtables-interposedFlorian Weimer