mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 08:22:16 +01:00 
			
		
		
		
	remove 'joinable' parameter to backends
Both backends are now oblivious to the concept of joinability, so don't bother passing the parameter.
This commit is contained in:
		| @@ -1094,7 +1094,6 @@ g_system_thread_free (GRealThread *thread) | ||||
| GRealThread * | ||||
| g_system_thread_new (GThreadFunc   thread_func, | ||||
|                      gulong        stack_size, | ||||
|                      gboolean      joinable, | ||||
|                      GError      **error) | ||||
| { | ||||
|   GThreadPosix *thread; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user