mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 18:07:54 +02:00
Test for posix threads first, then for dce threads.
1999-03-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in: Test for posix threads first, then for dce threads. * gthread/gthread-posix.c (g_private_get_posix_impl): Fixed typo for DCE implementation.
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
4c63008b6c
commit
cc7f889607
@@ -188,7 +188,7 @@ g_private_get_posix_impl (GPrivate * private_key)
|
||||
{
|
||||
void* data;
|
||||
posix_check_for_error (pthread_getspecific (*(pthread_key_t *)
|
||||
private_key, &data);
|
||||
private_key, &data));
|
||||
return data;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user