LICENSE IPL10
these changes are unneeded; remove them
{
int rc = 0;
-/*
- * FSLog("Entered pthread_recursive_mutex_lock, thread id is %d\n",
- * pthread_self());
- */
-
(glock_init || pthread_once(&glock_init_once, glock_init_func));
if (mut->locked) {
{
int rc = 0;
-/*
- * FSLog("Entered pthread_recursive_mutex_unlock, thread id is %d\n",
- * pthread_self());
- *
- */
-
(glock_init || pthread_once(&glock_init_once, glock_init_func));
if ((mut->locked) && (pthread_equal(mut->owner, pthread_self()))) {
#else
-#include <syslog.h>
-
#define LOCK_GLOBAL_MUTEX
#define UNLOCK_GLOBAL_MUTEX