summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2013-05-03 22:10:41 +0000
committerDmitry V. Levin <ldv@altlinux.org>2013-05-03 23:47:17 +0000
commit8d5f11585cd33e97fe06852e55d63d0a1929d21d (patch)
tree10bceb8fcd46266b517a286b0654633a08c3418d /file.c
parenta55b6b193c0bc7e84fd3b56be20ce546c51eb068 (diff)
downloadstrace-8d5f11585cd33e97fe06852e55d63d0a1929d21d.tar.gz
strace-8d5f11585cd33e97fe06852e55d63d0a1929d21d.tar.bz2
strace-8d5f11585cd33e97fe06852e55d63d0a1929d21d.tar.xz
hppa: fix stat64 and fstat64 decoding
* file.c [HPPA]: Do not redefine stat64 to hpux_stat64.
Diffstat (limited to 'file.c')
-rw-r--r--file.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/file.c b/file.c
index 9464467..e5fc259 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 <sys/stat.h>
@@ -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 <fcntl.h>
#ifdef HAVE_SYS_VFS_H