projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bb6bd8
)
fix ppc stat structure definition
author
Rich Felker
<dalias@aerifal.cx>
Fri, 16 Nov 2012 06:19:42 +0000
(
01:19
-0500)
committer
Rich Felker
<dalias@aerifal.cx>
Fri, 16 Nov 2012 06:19:42 +0000
(
01:19
-0500)
arch/powerpc/bits/stat.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/bits/stat.h
b/arch/powerpc/bits/stat.h
index aa8414eeb9705b6b391419d960b05c4504d49e4a..baf53d6fe566dd94820c9afba102fbfe13ba0818 100644
(file)
--- a/
arch/powerpc/bits/stat.h
+++ b/
arch/powerpc/bits/stat.h
@@
-4,21
+4,20
@@
struct stat
{
dev_t st_dev;
- int __st_dev_padding;
- long __st_ino_truncated;
+ ino_t st_ino;
mode_t st_mode;
nlink_t st_nlink;
uid_t st_uid;
gid_t st_gid;
dev_t st_rdev;
-
in
t __st_rdev_padding;
+
shor
t __st_rdev_padding;
off_t st_size;
blksize_t st_blksize;
blkcnt_t st_blocks;
struct timespec st_atim;
struct timespec st_mtim;
struct timespec st_ctim;
-
ino_t st_ino
;
+
unsigned __unused[2]
;
};
#ifdef _BSD_SOURCE