forked from Mirrors/freeswitch
FS-6848 #resolve #comment slight tweak to fix the logic and avoid unbalanced parens
This commit is contained in:
parent
74f243bc3b
commit
c645ab3889
|
@ -76,7 +76,7 @@ typedef int apr_signum_t;
|
|||
* @return offset
|
||||
*/
|
||||
|
||||
#if defined(CRAY) || (defined(__arm) && !defined(LINUX) || defined(__FreeBSD__)))
|
||||
#if defined(CRAY) || (defined(__arm) && !(defined(LINUX) || defined(__FreeBSD__)))
|
||||
#ifdef __STDC__
|
||||
#define APR_OFFSET(p_type,field) _Offsetof(p_type,field)
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue