mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
Set context->wake_up_pipe only for G_THREADS_ENABLED.
2004-02-18 Sebastian Wilhelmi <seppi@seppi.de> * glib/gmain.c (g_main_context_new): Set context->wake_up_pipe only for G_THREADS_ENABLED.
This commit is contained in:
parent
d249f73329
commit
f18db7d2d4
@ -1,3 +1,8 @@
|
||||
2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
|
||||
|
||||
* glib/gmain.c (g_main_context_new): Set context->wake_up_pipe
|
||||
only for G_THREADS_ENABLED.
|
||||
|
||||
Sat Feb 14 11:05:26 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: Remove unnecessary STRIP_* definitions, and GNU
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
|
||||
|
||||
* glib/gmain.c (g_main_context_new): Set context->wake_up_pipe
|
||||
only for G_THREADS_ENABLED.
|
||||
|
||||
Sat Feb 14 11:05:26 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: Remove unnecessary STRIP_* definitions, and GNU
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
|
||||
|
||||
* glib/gmain.c (g_main_context_new): Set context->wake_up_pipe
|
||||
only for G_THREADS_ENABLED.
|
||||
|
||||
Sat Feb 14 11:05:26 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: Remove unnecessary STRIP_* definitions, and GNU
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
|
||||
|
||||
* glib/gmain.c (g_main_context_new): Set context->wake_up_pipe
|
||||
only for G_THREADS_ENABLED.
|
||||
|
||||
Sat Feb 14 11:05:26 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: Remove unnecessary STRIP_* definitions, and GNU
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
|
||||
|
||||
* glib/gmain.c (g_main_context_new): Set context->wake_up_pipe
|
||||
only for G_THREADS_ENABLED.
|
||||
|
||||
Sat Feb 14 11:05:26 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: Remove unnecessary STRIP_* definitions, and GNU
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
|
||||
|
||||
* glib/gmain.c (g_main_context_new): Set context->wake_up_pipe
|
||||
only for G_THREADS_ENABLED.
|
||||
|
||||
Sat Feb 14 11:05:26 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: Remove unnecessary STRIP_* definitions, and GNU
|
||||
|
@ -745,10 +745,10 @@ g_main_context_new ()
|
||||
|
||||
context->owner = NULL;
|
||||
context->waiters = NULL;
|
||||
#endif
|
||||
|
||||
context->wake_up_pipe[0] = -1;
|
||||
context->wake_up_pipe[1] = -1;
|
||||
#endif
|
||||
|
||||
context->ref_count = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user