diff options
author | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2001-06-06 19:56:56 +0000 |
---|---|---|
committer | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2001-06-06 19:56:56 +0000 |
commit | e12055ffc7fd52117a28d58b93675f034307be49 (patch) | |
tree | 5c4f1c1520d874f5bb8612a2c2bf325ac00f33b1 | |
parent | 5bbe90325f11a142e99e3d9329d1df5a58692a98 (diff) | |
download | libapr-e12055ffc7fd52117a28d58b93675f034307be49.tar.gz |
The test suite builds, once again. The sig arg to TerminateProcess in
win32's apr_proc_kill is pretty bogus, however.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61721 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | test/testoc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/testoc.c b/test/testoc.c index c5c084d20..701f7439e 100644 --- a/test/testoc.c +++ b/test/testoc.c @@ -85,6 +85,10 @@ static void ocmaint(int reason, void *data, int status) } #endif +#ifndef SIGKILL +#define SIGKILL 1 +#endif + int main(int argc, char *argv[]) { #if APR_HAS_OTHER_CHILD |