mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-10 00:48:33 +01:00
Hook vfork() and replace it with fork().
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user