Fixes: 5ec140c17b54c2592009 ("mapi: Massage code to allow clang to compile.")
Reported-by: Alexandre Demers <[email protected]>
Signed-off-by: Eric Engestrom <[email protected]>
---
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 <[email protected]>
*/
-#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 <[email protected]>
*/
-#ifdef HAVE_FUNC_ATTRIBUTE_VISIBIITY
+#ifdef HAVE_FUNC_ATTRIBUTE_VISIBILITY
#define HIDDEN __attribute__((visibility("hidden")))
#else
#define HIDDEN
--
2.9.0
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev