mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 09:12:25 +00:00
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
|
* @return offset
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(CRAY) || (defined(__arm) && !defined(LINUX) || defined(__FreeBSD__)))
|
#if defined(CRAY) || (defined(__arm) && !(defined(LINUX) || defined(__FreeBSD__)))
|
||||||
#ifdef __STDC__
|
#ifdef __STDC__
|
||||||
#define APR_OFFSET(p_type,field) _Offsetof(p_type,field)
|
#define APR_OFFSET(p_type,field) _Offsetof(p_type,field)
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user