[LTP] [PATCH 07/31] tlibio.c: Remove UCLINUX

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


Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 lib/tlibio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/tlibio.c b/lib/tlibio.c
index bfb4ea023..ed82a85b4 100644
--- a/lib/tlibio.c
+++ b/lib/tlibio.c
@@ -108,7 +108,7 @@
 #include <string.h>
 #endif
 #if defined(__linux__) || defined(__sun) || defined(__hpux) || defined(_AIX)
-#if !defined(UCLINUX) && !defined(__UCLIBC__)
+#ifndef __UCLIBC__
 #include <aio.h>
 #endif
 #endif
-- 
2.43.0



More information about the ltp mailing list