ARM: Use i386 struct stat.

* include/sys/stat.h: Use i386 struct stat for ARM.
This commit is contained in:
Danny Milosavljevic 2019-02-26 16:38:11 +01:00 committed by Jan Nieuwenhuizen
parent 3bc75ab98b
commit 43e040dfd9
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ typedef int mode_t;
#endif
// *INDENT-OFF*
#if __i386__
#if __i386__ || __arm__
struct stat
{
unsigned long st_dev;