diff options
author | George Sapountzis <gsapountzis@gmail.com> | 2010-03-01 17:28:55 +0200 |
---|---|---|
committer | George Sapountzis <gsapountzis@gmail.com> | 2010-03-01 20:54:20 +0200 |
commit | d7e6e879fdfb1a4e3125237d117f68025dfa0d72 (patch) | |
tree | 239924c039e5da339db1122ccfef2a25cf711ebe /docs/dispatch.html | |
parent | d41ab94d35cb47effbd2582289298be4f13c50e4 (diff) | |
download | mesa-d7e6e879fdfb1a4e3125237d117f68025dfa0d72.tar.gz mesa-d7e6e879fdfb1a4e3125237d117f68025dfa0d72.tar.bz2 mesa-d7e6e879fdfb1a4e3125237d117f68025dfa0d72.zip |
glapi: drop SOLARIS_THREADS
It seems that SOLARIS_THREADS is not used and does not work.
Diffstat (limited to 'docs/dispatch.html')
-rw-r--r-- | docs/dispatch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dispatch.html b/docs/dispatch.html index 0c54a84675e..e5587c1a294 100644 --- a/docs/dispatch.html +++ b/docs/dispatch.html @@ -199,7 +199,7 @@ few preprocessor defines.</p> <li>If <tt>GLX_USE_TLS</tt> is defined, method #4 is used.</li> <li>If <tt>PTHREADS</tt> is defined, method #3 is used.</li> <li>If any of <tt>PTHREADS</tt>, -<tt>SOLARIS_THREADS</tt>, <tt>WIN32_THREADS</tt>, or <tt>BEOS_THREADS</tt> +<tt>WIN32_THREADS</tt>, or <tt>BEOS_THREADS</tt> is defined, method #2 is used.</li> <li>If none of the preceeding are defined, method #1 is used.</li> </ul> |