1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 13:47:26 +02:00

* Let's see if it's just an issue with typedef.

This commit is contained in:
Christian Muehlhaeuser
2012-06-25 17:50:12 +02:00
parent 6f8676feec
commit cf01330778

View File

@@ -52,7 +52,7 @@
namespace google_breakpad { namespace google_breakpad {
#if defined(__i386) || defined(__x86_64) #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 #endif
// Typedef for our parsing of the auxv variables in /proc/pid/auxv. // Typedef for our parsing of the auxv variables in /proc/pid/auxv.