]> granicus.if.org Git - strace/commit
strace.c: move termination code to a separate function
authorVictor Krapivensky <krapivenskiy.va@phystech.edu>
Mon, 5 Jun 2017 11:46:34 +0000 (14:46 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 5 Jun 2017 11:48:47 +0000 (11:48 +0000)
commit0a9d8bfd843008fdfef14945f2ccc0052b6d27ba
tree9dedb793303c7298fcc76bdc5b5fb391a3c844fa
parente6cdfb6e8461209b0fa7c956d34cc5f23d2547b2
strace.c: move termination code to a separate function

This will be needed for the pull-style API.

* strace.c (terminate): New function.
(main): Use it.
strace.c