Fixed the build when DEBUG was defined: thread_wait_on_thread() is now

called wait_for_thread().


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4664 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-09-12 20:49:01 +00:00
parent 0d48a66bf1
commit 75352278ce
+1 -1
View File
@@ -989,7 +989,7 @@ port_test()
write_port(test_p1, 3, &testdata, sizeof(testdata));
dprintf("porttest: waiting on spawned thread\n");
thread_wait_on_thread(t, NULL);
wait_for_thread(t, NULL);
dprintf("porttest: close p1\n");
close_port(test_p2);