Try to fix build of apr on FreeBSD/arm.
This commit is contained in:
parent
3f5747b69d
commit
7969a6ec5f
@ -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…
Reference in New Issue
Block a user