fix microblaze definition of struct stat
authorRich Felker <dalias@aerifal.cx>
Fri, 18 Jul 2014 18:55:30 +0000 (14:55 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 28 Jul 2014 04:28:00 +0000 (00:28 -0400)
commit1431b29888eb22057fe7e441082015ea3c2f1e7a
treedd29edb0853279cb7475dc64ffb2e0990cf2b0ed
parentf6c971b5b191980713621ec6430011f024dbdeac
fix microblaze definition of struct stat

the erroneous definition was missed because with works with qemu
user-level emulation, which also has the wrong definition. the actual
kernel uses the asm-generic generic definition.

(cherry picked from commit d69ab5b3686acf75fdf5db6fad19c2c6a510bb4f)
arch/microblaze/bits/stat.h