Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 469768
Collapse All | Expand All

(-)src/gallium/auxiliary/util/u_debug_symbol.c.orig (-4 / +2 lines)
Lines 151-160 Link Here
151
}
151
}
152
#endif
152
#endif
153
153
154
#ifdef __GLIBC__
154
#if defined(__GLIBC__) && !defined(__UCLIBC__)
155
#ifndef __UCLIBC__
156
#include <execinfo.h>
155
#include <execinfo.h>
157
#endif
158
156
159
/* This can only provide dynamic symbols, or binary offsets into a file.
157
/* This can only provide dynamic symbols, or binary offsets into a file.
160
 *
158
 *
Lines 179-185 Link Here
179
      return;
177
      return;
180
#endif
178
#endif
181
179
182
#ifdef __GLIBC__
180
#if defined(__GLIBC__) && !defined(__UCLIBC__)
183
   debug_symbol_name_glibc(addr, buf, size);
181
   debug_symbol_name_glibc(addr, buf, size);
184
   if(buf[0])
182
   if(buf[0])
185
      return;
183
      return;

Return to bug 469768