Code Review
/
cicn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
49ff69a
)
correct __ANDROID__ define
99/10199/1
author
Angelo Mantellini
<
[email protected]
>
Mon, 22 Jan 2018 14:57:57 +0000
(15:57 +0100)
committer
Angelo 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
patch
|
blob
|
history
diff --git
a/longbow/src/LongBow/longBow_TestCase.c
b/longbow/src/LongBow/longBow_TestCase.c
index
ca506ae
..
3b48790
100644
(file)
--- 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);