[U-Boot-Users] [PATCH] sh: Add support include/linux/stat.h and stat structure

27 Mar
2008
27 Mar
'08
7:47 a.m.
Signed-off-by: Nobuhiro Iwamatsu iwamatsu@nigauri.org --- include/linux/stat.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/linux/stat.h b/include/linux/stat.h index 37f2924..71177d2 100644 --- a/include/linux/stat.h +++ b/include/linux/stat.h @@ -126,7 +126,7 @@ struct stat {
#endif /* __MIPS__ */
-#if defined(__AVR32__) +#if defined(__AVR32__) || defined (__SH__)
struct stat { unsigned long st_dev; @@ -149,7 +149,7 @@ struct stat { unsigned long __unused5; };
-#endif /* __AVR32__ */ +#endif /* __AVR32__ || __SH__ */
#ifdef __cplusplus }
--
1.5.4.3
6251
Age (days ago)
6251
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nobuhiro Iwamatsu