]> code.ossystems Code Review - meta-freescale.git/blob
3eac1166d8acb355abe6061bab46c246595bc43a
[meta-freescale.git] /
1 Avoid conflicting types with Xorg newer code
2
3 Upstream-Status: Pending
4 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
5
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;
12  
13  typedef void (* gctTLS_DESTRUCTOR) (
14 -    gcsTLS_PTR TLS
15 +    gcsTLS_PTR pTLS
16      );
17  
18  typedef struct _gcsTLS
19 @@ -648,10 +648,10 @@ gcoOS_SetPLSValue(
20  /* Get access to the thread local storage. */
21  gceSTATUS
22  gcoOS_GetTLS(
23 -    OUT gcsTLS_PTR * TLS
24 +    OUT gcsTLS_PTR * pTLS
25      );
26  
27 -    /* Copy the TLS from a source thread. */
28 +    /* Copy the pTLS from a source thread. */
29      gceSTATUS gcoOS_CopyTLS(IN gcsTLS_PTR Source);
30  
31  /* Destroy the objects associated with the current thread. */