From: Dmitry V. Levin Date: Fri, 3 May 2013 22:10:41 +0000 (+0000) Subject: hppa: fix stat64 and fstat64 decoding X-Git-Tag: v4.8~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d5f11585cd33e97fe06852e55d63d0a1929d21d;p=strace hppa: fix stat64 and fstat64 decoding * file.c [HPPA]: Do not redefine stat64 to hpux_stat64. --- diff --git a/file.c b/file.c index 94644673..e5fc259d 100644 --- a/file.c +++ b/file.c @@ -171,9 +171,6 @@ struct __old_kernel_stat { # define loff_t loff_t #endif -#ifdef HPPA /* asm-parisc/stat.h defines stat64 */ -# undef stat64 -#endif #define stat libc_stat #define stat64 libc_stat64 #include @@ -183,9 +180,6 @@ struct __old_kernel_stat { #undef st_atime #undef st_mtime #undef st_ctime -#ifdef HPPA -# define stat64 hpux_stat64 -#endif #include #ifdef HAVE_SYS_VFS_H