correct __ANDROID__ define 99/10199/1
authorAngelo Mantellini <[email protected]>
Mon, 22 Jan 2018 14:57:57 +0000 (15:57 +0100)
committerAngelo Mantellini <[email protected]>
Mon, 22 Jan 2018 15:26:00 +0000 (16:26 +0100)
Change-Id: If05aca95913b0189d232a28eee3afcb205a2b3a2
Signed-off-by: Angelo Mantellini <[email protected]>
longbow/src/LongBow/longBow_TestCase.c

index ca506ae..3b48790 100644 (file)
@@ -475,7 +475,7 @@ _longBowTestCase_RunForked(LongBowTestCase *testCase)
         // results of the test that was run in a separate process.
         int waitStatus;
         struct rusage rusage;
-#ifndef _ANDROID_
+#ifndef __ANDROID__
         wait3(&waitStatus, 0, &rusage);
 #else
         wait4(-1, &waitStatus, 0, &rusage);