[LTP] [PATCH 17/31] writev05: Remove UCLINUX

Petr Vorel pvorel@suse.cz
Thu Apr 11 16:30:11 CEST 2024


Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 testcases/kernel/syscalls/writev/writev05.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/testcases/kernel/syscalls/writev/writev05.c b/testcases/kernel/syscalls/writev/writev05.c
index 6add2bcd4..3bee6f59c 100644
--- a/testcases/kernel/syscalls/writev/writev05.c
+++ b/testcases/kernel/syscalls/writev/writev05.c
@@ -83,8 +83,6 @@ long l_seek(int, long, int);
 void setup(void);
 void cleanup(void);
 
-#if !defined(UCLINUX)
-
 int main(int argc, char **argv)
 {
 	int lc;
@@ -178,16 +176,6 @@ int main(int argc, char **argv)
 
 }
 
-#else
-
-int main(void)
-{
-	tst_resm(TINFO, "test is not available on uClinux");
-	tst_exit();
-}
-
-#endif /* if !defined(UCLINUX) */
-
 /*
  * setup()
  *	performs all ONE TIME setup for this test
-- 
2.43.0



More information about the ltp mailing list