Hook execvpe(), a GNU extension.

This commit is contained in:
Simon Ruderich
2013-06-10 17:10:44 +02:00
parent 55e8d0d38a
commit 237251ae9c
4 changed files with 53 additions and 0 deletions

View File

@@ -101,4 +101,14 @@ environ[0] = |TEST=53|
environ[1] = |FOO=|
environ[3] = |COLORED_STDERR_FDS=2,|
argv[0] = |./example_exec|
environ[0] = |TEST=54|
environ[2] = |COLORED_STDERR_FDS=2,|
argv[0] = |./example_exec|
argv[1] = |foo|
argv[2] = |bar|
environ[0] = |TEST=55|
environ[2] = |COLORED_STDERR_FDS=2,|
Done.