Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54363
b: refs/heads/master
c: 760bcb1
h: refs/heads/master
i:
  54361: 560dbf6
  54359: e0d57b6
v: v3
  • Loading branch information
SUGIOKA Toshinobu authored and Paul Mundt committed May 7, 2007
1 parent 148de07 commit aef50b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b7aee517c8302d651ff057fdcebee3c1f53c3b2e
refs/heads/master: 760bcb1deec13c50e20399c84cb6a8ea41cc2820
19 changes: 9 additions & 10 deletions trunk/include/asm-sh/stat.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@ struct __old_kernel_stat {
};

struct stat {
unsigned short st_dev;
unsigned short __pad1;
unsigned long st_ino;
unsigned long st_dev;
unsigned long st_ino;
unsigned short st_mode;
unsigned short st_nlink;
unsigned short st_uid;
unsigned short st_gid;
unsigned short st_rdev;
unsigned short __pad2;
unsigned long st_rdev;
unsigned long st_size;
unsigned long st_blksize;
unsigned long st_blocks;
Expand All @@ -38,16 +36,16 @@ struct stat {
unsigned long __unused5;
};

#define STAT_HAVE_NSEC 1

/* This matches struct stat64 in glibc2.1, hence the absolutely
* insane amounts of padding around dev_t's.
*/
struct stat64 {
unsigned long long st_dev;
unsigned char __pad0[4];

unsigned long st_ino;
#define STAT64_HAS_BROKEN_ST_INO 1
unsigned long __st_ino;

unsigned int st_mode;
unsigned int st_nlink;

Expand All @@ -71,8 +69,9 @@ struct stat64 {
unsigned long st_ctime;
unsigned long st_ctime_nsec;

unsigned long __unused1;
unsigned long __unused2;
unsigned long long st_ino;
};

#define STAT_HAVE_NSEC 1

#endif /* __ASM_SH_STAT_H */

0 comments on commit aef50b9

Please sign in to comment.