We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b902a40 commit b55690aCopy full SHA for b55690a
driver/others/memory.c
@@ -76,7 +76,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
76
#if defined(USE_TLS)
77
#define COMPILE_TLS
78
#if defined(__GLIBC_PREREQ)
79
-#if !__GLIBC_PREREQ(2,20))
+#if !__GLIBC_PREREQ(2,20)
80
#undef COMPILE_TLS
81
#endif
82
0 commit comments