mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
Fix for apr build issue fs-6848 freebsd arm
This commit is contained in:
parent
df423b88d6
commit
9673cf0acb
@ -76,7 +76,7 @@ typedef int apr_signum_t;
|
||||
* @return offset
|
||||
*/
|
||||
|
||||
#if defined(CRAY) || (defined(__arm) && !defined(LINUX))
|
||||
#if defined(CRAY) || (defined(__arm) && !defined(LINUX) || defined(__FreeBSD__)))
|
||||
#ifdef __STDC__
|
||||
#define APR_OFFSET(p_type,field) _Offsetof(p_type,field)
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user