typo fix
This commit is contained in:
parent
b902a40986
commit
b55690a659
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue