g_system_thread_join: rename to _wait()

This commit is contained in:
Ryan Lortie
2011-10-12 22:15:46 -04:00
parent 4bb968e335
commit dc3727cc5f
4 changed files with 4 additions and 4 deletions

View File

@@ -1140,7 +1140,7 @@ g_thread_yield (void)
}
void
g_system_thread_join (GRealThread *thread)
g_system_thread_wait (GRealThread *thread)
{
gpointer ignore;
posix_check_cmd (pthread_join (*(pthread_t*)&(thread->system_thread), &ignore));