This commit is contained in:
Martin Kroeker
2018-08-26 11:31:07 +02:00
committed by GitHub
parent b902a40986
commit b55690a659
+1 -1
View File
@@ -76,7 +76,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#if defined(USE_TLS)
#define COMPILE_TLS
#if defined(__GLIBC_PREREQ)
#if !__GLIBC_PREREQ(2,20))
#if !__GLIBC_PREREQ(2,20)
#undef COMPILE_TLS
#endif
#endif