X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fmicroblaze%2Fbits%2Fstat.h;h=ce6a6bd0ea62d9c0c79df24ef33f34b8dfccef0d;hb=7cc79d10afd43811a486fd5e9fcdf8e45ac599e0;hp=a8c0283ddfe550479a6e96c11bf7b3bb5012fb51;hpb=d69ab5b3686acf75fdf5db6fad19c2c6a510bb4f;p=musl diff --git a/arch/microblaze/bits/stat.h b/arch/microblaze/bits/stat.h index a8c0283d..ce6a6bd0 100644 --- a/arch/microblaze/bits/stat.h +++ b/arch/microblaze/bits/stat.h @@ -1,8 +1,7 @@ /* copied from kernel definition, but with padding replaced * by the corresponding correctly-sized userspace types. */ -struct stat -{ +struct stat { dev_t st_dev; ino_t st_ino; mode_t st_mode;