summaryrefslogtreecommitdiff
path: root/src/mesa/x86-64
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsapountzis@gmail.com>2010-03-01 17:28:55 +0200
committerGeorge Sapountzis <gsapountzis@gmail.com>2010-03-01 20:54:20 +0200
commitd7e6e879fdfb1a4e3125237d117f68025dfa0d72 (patch)
tree239924c039e5da339db1122ccfef2a25cf711ebe /src/mesa/x86-64
parentd41ab94d35cb47effbd2582289298be4f13c50e4 (diff)
glapi: drop SOLARIS_THREADS
It seems that SOLARIS_THREADS is not used and does not work.
Diffstat (limited to 'src/mesa/x86-64')
-rw-r--r--src/mesa/x86-64/glapi_x86-64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/x86-64/glapi_x86-64.S b/src/mesa/x86-64/glapi_x86-64.S
index 4c9eab882b..bd5a657e19 100644
--- a/src/mesa/x86-64/glapi_x86-64.S
+++ b/src/mesa/x86-64/glapi_x86-64.S
@@ -45,7 +45,7 @@
# define GL_PREFIX(n) GLNAME(CONCAT(gl,n))
# endif
-#if defined(PTHREADS) || defined(SOLARIS_THREADS) || defined(WIN32_THREADS) || defined(BEOS_THREADS)
+#if defined(PTHREADS) || defined(WIN32_THREADS) || defined(BEOS_THREADS)
# define THREADS
#endif