diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-01-10 14:14:55 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-01-10 14:14:55 -0800 |
commit | 4cf8f2098f227d32f3b73c70a6498c84872c24ba (patch) | |
tree | 44521528be24870c4fe10f353172a6faf0e24329 /posix/tst-exec-static.c | |
parent | 828beb132ddf5664cf9971329e8cdcb93dce43af (diff) | |
download | glibc-4cf8f2098f227d32f3b73c70a6498c84872c24ba.tar.gz glibc-4cf8f2098f227d32f3b73c70a6498c84872c24ba.tar.xz glibc-4cf8f2098f227d32f3b73c70a6498c84872c24ba.zip |
Support run tst-exec and tst-spawn directly
Diffstat (limited to 'posix/tst-exec-static.c')
-rw-r--r-- | posix/tst-exec-static.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/tst-exec-static.c b/posix/tst-exec-static.c new file mode 100644 index 0000000000..bdd636995a --- /dev/null +++ b/posix/tst-exec-static.c @@ -0,0 +1 @@ +#include "tst-exec.c" |