Hook vfork() and replace it with fork().

This commit is contained in:
Simon Ruderich
2013-06-02 18:25:49 +02:00
parent 66140e14e4
commit 1c5441c26a
6 changed files with 70 additions and 1 deletions

View File

@@ -1,9 +1,11 @@
TESTS = run.sh
check_PROGRAMS = example
check_PROGRAMS = example example_vfork
example_SOURCES = example.c
example_vfork_SOURCES = example_vfork.c
dist_check_SCRIPTS = run.sh lib.sh
dist_check_DATA = example.expected \
example_vfork.expected \
example-noforce.sh \
example-noforce.sh.expected \
example-redirects.sh \