[Mesa-dev] [PATCH mesa] mapi: fix typo in macro name

Eric Engestrom eric.engestrom at imgtec.com
Fri Jul 22 09:24:03 UTC 2016


Fixes: 5ec140c17b54c2592009 ("mapi: Massage code to allow clang to compile.")
Reported-by: Alexandre Demers <alexandre.f.demers at gmail.com>
Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
---
 src/mapi/entry_x86-64_tls.h | 2 +-
 src/mapi/entry_x86_tls.h    | 2 +-
 src/mapi/entry_x86_tsd.h    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mapi/entry_x86-64_tls.h b/src/mapi/entry_x86-64_tls.h
index c5262a1..8f3fa91 100644
--- a/src/mapi/entry_x86-64_tls.h
+++ b/src/mapi/entry_x86-64_tls.h
@@ -25,7 +25,7 @@
  *    Chia-I Wu <olv at lunarg.com>
  */
 
-#ifdef HAVE_FUNC_ATTRIBUTE_VISIBIITY
+#ifdef HAVE_FUNC_ATTRIBUTE_VISIBILITY
 #define HIDDEN __attribute__((visibility("hidden")))
 #else
 #define HIDDEN
diff --git a/src/mapi/entry_x86_tls.h b/src/mapi/entry_x86_tls.h
index 231b409..545b5a3 100644
--- a/src/mapi/entry_x86_tls.h
+++ b/src/mapi/entry_x86_tls.h
@@ -27,7 +27,7 @@
 
 #include <string.h>
 
-#ifdef HAVE_FUNC_ATTRIBUTE_VISIBIITY
+#ifdef HAVE_FUNC_ATTRIBUTE_VISIBILITY
 #define HIDDEN __attribute__((visibility("hidden")))
 #else
 #define HIDDEN
diff --git a/src/mapi/entry_x86_tsd.h b/src/mapi/entry_x86_tsd.h
index 03d9735..0c28c8f 100644
--- a/src/mapi/entry_x86_tsd.h
+++ b/src/mapi/entry_x86_tsd.h
@@ -25,7 +25,7 @@
  *    Chia-I Wu <olv at lunarg.com>
  */
 
-#ifdef HAVE_FUNC_ATTRIBUTE_VISIBIITY
+#ifdef HAVE_FUNC_ATTRIBUTE_VISIBILITY
 #define HIDDEN __attribute__((visibility("hidden")))
 #else
 #define HIDDEN
-- 
2.9.0



More information about the mesa-dev mailing list