X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fhashtable%2Frculfhash.c;h=9baf4079877393a1289fdcca8a518286e530cddb;hp=fb44640bdc4946c8ca7c1f8a540be38f40346e12;hb=7567352fb68f5c3f49f549c579f5bd27c883bed2;hpb=7af52d0eac7e0fb08a0804b119c9cf33c9f9f9bd diff --git a/src/common/hashtable/rculfhash.c b/src/common/hashtable/rculfhash.c index fb44640bd..9baf40798 100644 --- a/src/common/hashtable/rculfhash.c +++ b/src/common/hashtable/rculfhash.c @@ -280,14 +280,6 @@ #include -/* - * We need to lock pthread exit, which deadlocks __nptl_setxid in the runas - * clone. This work-around will be allowed to be removed when runas.c gets - * changed to do an exec() before issuing seteuid/setegid. See - * http://sourceware.org/bugzilla/show_bug.cgi?id=10184 for details. - */ -pthread_mutex_t lttng_libc_state_lock = PTHREAD_MUTEX_INITIALIZER; - /* * Split-counters lazily update the global counter each 1024 * addition/removal. It automatically keeps track of resize required.