Skip to content
Snippets Groups Projects
Commit c72bfafb authored by Thomas Chou's avatar Thomas Chou Committed by Scott McNutt
Browse files

nios2: add struct stat support in linux/stat.h


This is needed for jffs2 support.

Signed-off-by: default avatarThomas Chou <thomas@wytron.com.tw>
Signed-off-by: default avatarScott McNutt <smcnutt@psyent.com>
parent 3bef253f
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ struct stat { ...@@ -68,7 +68,7 @@ struct stat {
#endif /* __PPC__ */ #endif /* __PPC__ */
#if defined (__ARM__) || defined (__I386__) || defined (__M68K__) || defined (__bfin__) ||\ #if defined (__ARM__) || defined (__I386__) || defined (__M68K__) || defined (__bfin__) ||\
defined (__microblaze__) defined (__microblaze__) || defined (__nios2__)
struct stat { struct stat {
unsigned short st_dev; unsigned short st_dev;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment