]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/stat.c
[PATCH] Correct rtc_wkalrm comments
[linux-2.6-omap-h63xx.git] / fs / stat.c
index 9948cc1685a45ac86a3abd30a352c0806a5295ba..0f282face3225f2becf2694f8961b8272caf635c 100644 (file)
--- 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)
 {