1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-08-01 10:06:59 +03:00

Norm reported that a few lines added were breaking libxslt compile,

* include/libxml/parser.h: Norm reported that a few lines
  added were breaking libxslt compile, removed them for now
Daniel
This commit is contained in:
Daniel Veillard
2001-10-15 10:46:16 +00:00
parent 6f35029186
commit 5ee57fc9ae
3 changed files with 6 additions and 7 deletions

View File

@ -74,7 +74,7 @@ struct _xmlRMutex {
static int initialized = 0;
#ifdef HAVE_PTHREAD_H
static pthread_mutex_t keylock = PTHREAD_MUTEX_INITIALIZER;
static pthread_mutex_t keylock = PTHREAD_MUTEX_INITIALIZER;
static pthread_key_t globalkey;
static int keyonce = 0;
static pthread_t mainthread;