~ubuntu-branches/ubuntu/precise/xorg-server/precise-updates

« back to all changes in this revision

Viewing changes to glx/glthread.h

Tags: 2:1.10.1-2
* Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
300
300
 
301
301
#if defined(GLX_USE_TLS)
302
302
 
303
 
extern __thread struct _glapi_table * _glapi_tls_Dispatch
 
303
extern TLS struct _glapi_table * _glapi_tls_Dispatch
304
304
    __attribute__((tls_model("initial-exec")));
305
305
 
306
306
#define GET_DISPATCH() _glapi_tls_Dispatch