X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dbus%2Fdbus-threads-internal.h;h=64e8bac09226ca4134bc67f709b7331c7e4f8236;hb=3ccb027c907f9ee2890028e83b60296204bbf478;hp=228a8c0589f7a1095b3d59d157b0129b7e234593;hpb=f2ea8ccc11778639dbbcbb599cb93914c908fc86;p=platform%2Fupstream%2Fdbus.git diff --git a/dbus/dbus-threads-internal.h b/dbus/dbus-threads-internal.h index 228a8c0..64e8bac 100644 --- a/dbus/dbus-threads-internal.h +++ b/dbus/dbus-threads-internal.h @@ -32,12 +32,6 @@ * @{ */ -/* glibc can implement global locks without needing an initialization step, - * which improves our thread-safety-by-default further. */ -#if defined(__GLIBC__) && defined(PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP) -# define DBUS_HAVE_STATIC_RECURSIVE_MUTEXES 1 -#endif - /** * A mutex which is recursive if possible, else non-recursive. * This is typically recursive, but that cannot be relied upon.