mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-30 16:02:18 +01:00
g_system_thread_join: rename to _wait()
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user