diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-02 06:30:14 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-02 06:30:14 +0000 |
commit | eae91bb3afc7976e855f21cb916bb3caaf513933 (patch) | |
tree | 9627e06e15117dfc5d11abab0d650e278a8431a3 /test/signal/.cvsignore | |
parent | 06d634eab66c7ebce0fe02d87b2c0b48ac4fa72b (diff) |
Add a test for a sigchld bug
Diffstat (limited to 'test/signal/.cvsignore')
-rw-r--r-- | test/signal/.cvsignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/signal/.cvsignore b/test/signal/.cvsignore index 9ae898d74..975daee56 100644 --- a/test/signal/.cvsignore +++ b/test/signal/.cvsignore @@ -2,3 +2,7 @@ signal signal.o signal_glibc signal_glibc.o +sigchld +sigchld.o +sigchld_glibc +sigchld_glibc.o |