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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user