mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
nios2: add struct stat support in linux/stat.h
This is needed for jffs2 support. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Signed-off-by: Scott McNutt <smcnutt@psyent.com>
This commit is contained in:
parent
3bef253f08
commit
c72bfafbc9
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ struct stat {
|
|||
#endif /* __PPC__ */
|
||||
|
||||
#if defined (__ARM__) || defined (__I386__) || defined (__M68K__) || defined (__bfin__) ||\
|
||||
defined (__microblaze__)
|
||||
defined (__microblaze__) || defined (__nios2__)
|
||||
|
||||
struct stat {
|
||||
unsigned short st_dev;
|
||||
|
|
Loading…
Add table
Reference in a new issue