summaryrefslogtreecommitdiff
path: root/test/testoc.c
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-06-06 19:56:56 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-06-06 19:56:56 +0000
commite12055ffc7fd52117a28d58b93675f034307be49 (patch)
tree5c4f1c1520d874f5bb8612a2c2bf325ac00f33b1 /test/testoc.c
parent5bbe90325f11a142e99e3d9329d1df5a58692a98 (diff)
downloadlibapr-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
Diffstat (limited to 'test/testoc.c')
-rw-r--r--test/testoc.c4
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