mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-21 08:21:54 +02:00
* Let's see if it's just an issue with typedef.
This commit is contained in:
parent
6f8676feec
commit
cf01330778
@ -52,7 +52,7 @@
|
||||
namespace google_breakpad {
|
||||
|
||||
#if defined(__i386) || defined(__x86_64)
|
||||
typedef typeof(((struct user*) 0)->u_debugreg[0]) debugreg_t;
|
||||
#define debugreg_t typeof(((struct user*) 0)->u_debugreg[0])
|
||||
#endif
|
||||
|
||||
// Typedef for our parsing of the auxv variables in /proc/pid/auxv.
|
||||
|
Loading…
x
Reference in New Issue
Block a user