diff --git a/src/solaris/hpi/src/linker_md.c b/src/solaris/hpi/src/linker_md.c index a21a2a076bb9b8980d9494f5751b650a2a419c0f..58b51145f4488521e026b2c252340e9619580c82 100644 --- a/src/solaris/hpi/src/linker_md.c +++ b/src/solaris/hpi/src/linker_md.c @@ -50,15 +50,6 @@ */ sys_mon_t _dl_lock; -/* - * glibc-2.0 libdl is not MT safe. If you are building with any glibc, - * chances are you might want to run the generated bits against glibc-2.0 - * libdl.so, so always use locking for any version of glibc. - */ -#ifdef __GLIBC__ - #define NEED_DL_LOCK -#endif - /* * Solaris green threads needs to lock around libdl.so. */