mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 16:32:18 +01:00 
			
		
		
		
	g_system_thread_join: rename to _wait()
This commit is contained in:
		| @@ -883,7 +883,7 @@ g_thread_join (GThread *thread) | ||||
|   g_return_val_if_fail (thread, NULL); | ||||
|   g_return_val_if_fail (thread->joinable, NULL); | ||||
|  | ||||
|   g_system_thread_join (real); | ||||
|   g_system_thread_wait (real); | ||||
|  | ||||
|   retval = real->retval; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user