From cd23c8734602bed6da0910fbd1205caf29811294 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Tue, 8 Apr 2003 05:55:51 +0000
Subject: [PATCH] Added wait for all sopen_child_threads to quit.

---
 src/xpdev/wraptest.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/xpdev/wraptest.c b/src/xpdev/wraptest.c
index 5b254d8a55..103ff53fa6 100644
--- a/src/xpdev/wraptest.c
+++ b/src/xpdev/wraptest.c
@@ -64,6 +64,7 @@ int main()
 		else
 			SLEEP(1);
 	}
+	SLEEP(5000);	/* wait for all threads to quit */
 
 	/* Exclusive sopen test */
 	printf("\nsopen() test\n");
-- 
GitLab