This commit is contained in:
Martin Kroeker 2018-08-26 11:31:07 +02:00 committed by GitHub
parent b902a40986
commit b55690a659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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