diff options
Diffstat (limited to 'libccnx-portal/ccnx/api')
-rwxr-xr-x | libccnx-portal/ccnx/api/ccnx_Portal/ccnx_PortalStack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libccnx-portal/ccnx/api/ccnx_Portal/ccnx_PortalStack.c b/libccnx-portal/ccnx/api/ccnx_Portal/ccnx_PortalStack.c index 5490c44d..82d973f0 100755 --- a/libccnx-portal/ccnx/api/ccnx_Portal/ccnx_PortalStack.c +++ b/libccnx-portal/ccnx/api/ccnx_Portal/ccnx_PortalStack.c @@ -154,7 +154,7 @@ ccnxPortalStack_Ignore(const CCNxPortalStack *portalStack, const CCNxName *name, int ccnxPortalStack_GetErrorCode(const CCNxPortalStack *portalStack) { -#ifndef _ANDROID_ +#ifndef __ANDROID__ extern int errno; #endif return errno; |