From 43e040dfd9fff491945515fa1226dc58c08c5296 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Tue, 26 Feb 2019 16:38:11 +0100 Subject: [PATCH] ARM: Use i386 struct stat. * include/sys/stat.h: Use i386 struct stat for ARM. --- include/sys/stat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sys/stat.h b/include/sys/stat.h index 23e10775..ddab22e5 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -35,7 +35,7 @@ typedef int mode_t; #endif // *INDENT-OFF* -#if __i386__ +#if __i386__ || __arm__ struct stat { unsigned long st_dev;