Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23451
b: refs/heads/master
c: 82d821d
h: refs/heads/master
i:
  23449: 560eb9a
  23447: 0e4f01e
v: v3
  • Loading branch information
Kyle McMartin authored and Linus Torvalds committed Mar 24, 2006
1 parent d521808 commit 573cefd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2ea1c5392cc8ce249fb661db4f4cdfbbae373a89
refs/heads/master: 82d821ddca8f5c990067cc37543010aa9346a172
2 changes: 2 additions & 0 deletions trunk/fs/compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ asmlinkage long compat_sys_newlstat(char __user * filename,
return error;
}

#ifndef __ARCH_WANT_STAT64
asmlinkage long compat_sys_newfstatat(unsigned int dfd, char __user *filename,
struct compat_stat __user *statbuf, int flag)
{
Expand All @@ -134,6 +135,7 @@ asmlinkage long compat_sys_newfstatat(unsigned int dfd, char __user *filename,
out:
return error;
}
#endif

asmlinkage long compat_sys_newfstat(unsigned int fd,
struct compat_stat __user * statbuf)
Expand Down

0 comments on commit 573cefd

Please sign in to comment.