diff options
-rw-r--r-- | longbow/src/LongBow/longBow_TestCase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/longbow/src/LongBow/longBow_TestCase.c b/longbow/src/LongBow/longBow_TestCase.c index ca506ae8..3b487905 100644 --- a/longbow/src/LongBow/longBow_TestCase.c +++ b/longbow/src/LongBow/longBow_TestCase.c @@ -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); |