public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v1] rt_tgsigqueueinfo01.c: replace definition ANDROID with __ANDROID__
@ 2019-04-11 14:26 Zhengwang Ruan
  2019-04-11 17:46 ` Petr Vorel
  0 siblings, 1 reply; 5+ messages in thread
From: Zhengwang Ruan @ 2019-04-11 14:26 UTC (permalink / raw)
  To: ltp

Replace the incorrect definition of ANDROID with __ANDROID__.

Signed-off-by: Zhengwang Ruan <ruanzw@xiaopeng.com>
---
 testcases/kernel/syscalls/rt_tgsigqueueinfo/rt_tgsigqueueinfo01.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcases/kernel/syscalls/rt_tgsigqueueinfo/rt_tgsigqueueinfo01.c b/testcases/kernel/syscalls/rt_tgsigqueueinfo/rt_tgsigqueueinfo01.c
index c8252ed..bee6a62 100644
--- a/testcases/kernel/syscalls/rt_tgsigqueueinfo/rt_tgsigqueueinfo01.c
+++ b/testcases/kernel/syscalls/rt_tgsigqueueinfo/rt_tgsigqueueinfo01.c
@@ -25,7 +25,7 @@
 #include "tst_test.h"
 #include "lapi/syscalls.h"
 
-#ifndef ANDROID
+#ifndef __ANDROID__
 #define SI_SIGVAL si_sigval
 #else
 #define SI_SIGVAL _sigval
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-04-14 10:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-11 14:26 [LTP] [PATCH v1] rt_tgsigqueueinfo01.c: replace definition ANDROID with __ANDROID__ Zhengwang Ruan
2019-04-11 17:46 ` Petr Vorel
2019-04-12 15:36   ` =?unknown-8bit?b?6Ziu5q2j5pe6?=
2019-04-12 19:49     ` Sandeep Patil
2019-04-14 10:11       ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox