From 8d5f11585cd33e97fe06852e55d63d0a1929d21d Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Fri, 3 May 2013 22:10:41 +0000 Subject: [PATCH] hppa: fix stat64 and fstat64 decoding * file.c [HPPA]: Do not redefine stat64 to hpux_stat64. --- file.c | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.50.1