summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/sys/stat.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-15 13:44:21 +0200
committerCorinna Vinschen <corinna@vinschen.de>2016-04-15 14:51:40 +0200
commitc5d5030aea7585b86a4fe6e3dec068b0e720e8a2 (patch)
tree60144668fa00f5910ae13482a44874c409ab3658 /newlib/libc/include/sys/stat.h
parent57d2718c0ea15f3dc3f5dddce4c0915a901374db (diff)
downloadcygnal-c5d5030aea7585b86a4fe6e3dec068b0e720e8a2.tar.gz
cygnal-c5d5030aea7585b86a4fe6e3dec068b0e720e8a2.tar.bz2
cygnal-c5d5030aea7585b86a4fe6e3dec068b0e720e8a2.zip
Provide POSIX defined blksize_t in <sys/types.h>
Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
Diffstat (limited to 'newlib/libc/include/sys/stat.h')
-rw-r--r--newlib/libc/include/sys/stat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/sys/stat.h b/newlib/libc/include/sys/stat.h
index a75c1c24f..94a90c0dd 100644
--- a/newlib/libc/include/sys/stat.h
+++ b/newlib/libc/include/sys/stat.h
@@ -53,7 +53,7 @@ struct stat
long st_spare2;
time_t st_ctime;
long st_spare3;
- long st_blksize;
+ blksize_t st_blksize;
blkcnt_t st_blocks;
long st_spare4[2];
#endif