Salome HOME
spns #32926: backport KERNEL & CONFIGURATION fixes on more recent platforms to ensure...
[tools/sat_salome.git] / products / patches / mesa-19.0.8-debug_symbol.patch
1 diff -rupN mesa_ref/src/gallium/auxiliary/util/u_debug_symbol.c mesa/src/gallium/auxiliary/util/u_debug_symbol.c
2 --- mesa_ref/src/gallium/auxiliary/util/u_debug_symbol.c        2019-06-26 22:14:08.000000000 +0200
3 +++ mesa/src/gallium/auxiliary/util/u_debug_symbol.c    2020-09-21 12:25:09.031462169 +0200
4 @@ -270,7 +270,7 @@ debug_symbol_print(const void *addr)
5     debug_printf("\t%s\n", buf);
6  }
7  
8 -struct util_hash_table* symbols_hash;
9 +extern struct util_hash_table* symbols_hash;
10  static mtx_t symbols_mutex = _MTX_INITIALIZER_NP;
11  
12  static unsigned hash_ptr(void* p)