Skip to content
Snippets Groups Projects
Commit 280df59a authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu
Browse files

sh: Add support stat structure and stat.h

parent 4be9eb78
Branches
Tags
No related merge requests found
...@@ -126,7 +126,7 @@ struct stat { ...@@ -126,7 +126,7 @@ struct stat {
#endif /* __MIPS__ */ #endif /* __MIPS__ */
#if defined(__AVR32__) #if defined(__AVR32__) || defined(__SH__)
struct stat { struct stat {
unsigned long st_dev; unsigned long st_dev;
...@@ -149,7 +149,7 @@ struct stat { ...@@ -149,7 +149,7 @@ struct stat {
unsigned long __unused5; unsigned long __unused5;
}; };
#endif /* __AVR32__ */ #endif /* __AVR32__ || __SH__ */
#ifdef __cplusplus #ifdef __cplusplus
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment