X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=fs%2Fstat.c;h=0f282face3225f2becf2694f8961b8272caf635c;hb=e515f048c46e457ef61ce9c8b56bd36e825a48a0;hp=9948cc1685a45ac86a3abd30a352c0806a5295ba;hpb=a00428f5b149e36b8225b2a0812742a6dfb07b8c;p=linux-2.6-omap-h63xx.git diff --git a/fs/stat.c b/fs/stat.c index 9948cc1685a..0f282face32 100644 --- a/fs/stat.c +++ b/fs/stat.c @@ -261,7 +261,7 @@ asmlinkage long sys_newlstat(char __user *filename, struct stat __user *statbuf) return error; } -#ifndef __ARCH_WANT_STAT64 +#if !defined(__ARCH_WANT_STAT64) || defined(__ARCH_WANT_SYS_NEWFSTATAT) asmlinkage long sys_newfstatat(int dfd, char __user *filename, struct stat __user *statbuf, int flag) {