1 Avoid conflicting types with Xorg newer code
3 Upstream-Status: Pending
4 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
6 Index: gpu-viv-bin-mx6q-1.1.0/usr/include/HAL/gc_hal_base.h
7 ===================================================================
8 --- gpu-viv-bin-mx6q-1.1.0.orig/usr/include/HAL/gc_hal_base.h
9 +++ gpu-viv-bin-mx6q-1.1.0/usr/include/HAL/gc_hal_base.h
10 @@ -101,7 +101,7 @@ extern gcsPLS gcPLS;
11 typedef struct _gcsTLS * gcsTLS_PTR;
13 typedef void (* gctTLS_DESTRUCTOR) (
18 typedef struct _gcsTLS
19 @@ -648,10 +648,10 @@ gcoOS_SetPLSValue(
20 /* Get access to the thread local storage. */
23 - OUT gcsTLS_PTR * TLS
24 + OUT gcsTLS_PTR * pTLS
27 - /* Copy the TLS from a source thread. */
28 + /* Copy the pTLS from a source thread. */
29 gceSTATUS gcoOS_CopyTLS(IN gcsTLS_PTR Source);
31 /* Destroy the objects associated with the current thread. */