mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
Corrected the array size (cough, cough). Pointed out by
2001-09-25 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gthread-impl.c: Corrected the array size (cough, cough). Pointed out by gpablo@intersystems.com.ar. Fixes #61065.
This commit is contained in:
parent
1c8de25a5e
commit
e29682d0ad
@ -1,3 +1,8 @@
|
|||||||
|
2001-09-25 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
|
* gthread-impl.c: Corrected the array size (cough, cough). Pointed
|
||||||
|
out by gpablo@intersystems.com.ar. Fixes #61065.
|
||||||
|
|
||||||
2001-09-25 Tor Lillqvist <tml@iki.fi>
|
2001-09-25 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* Makefile.am: Use new macros for .def file, and check for
|
* Makefile.am: Use new macros for .def file, and check for
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
static gboolean thread_system_already_initialized = FALSE;
|
static gboolean thread_system_already_initialized = FALSE;
|
||||||
static gint g_thread_priority_map [G_THREAD_PRIORITY_URGENT];
|
static gint g_thread_priority_map [G_THREAD_PRIORITY_URGENT + 1];
|
||||||
|
|
||||||
#include G_THREAD_SOURCE
|
#include G_THREAD_SOURCE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user