aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2004-08-20 21:25:09 +0000
committerH. Peter Anvin <hpa@zytor.com>2004-08-20 21:25:09 +0000
commitacaec35ec347d6fc3587490391d8d5297e3ce95b (patch)
treede1fd2471509b1da1ed26e891d5309d5516464ee
parentf44734f4fc305235d1ce922ffaab0cff838c058f (diff)
downloadklibc-acaec35ec347d6fc3587490391d8d5297e3ce95b.tar.gz
Fix ppc64 buildklibc-0.167
-rw-r--r--include/arch/ppc64/klibc/archstat.h3
-rw-r--r--klibc/arch/ppc64/include/klibc/archstat.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/include/arch/ppc64/klibc/archstat.h b/include/arch/ppc64/klibc/archstat.h
index 1a9da4fc60e1f..b51702e3b5379 100644
--- a/include/arch/ppc64/klibc/archstat.h
+++ b/include/arch/ppc64/klibc/archstat.h
@@ -4,7 +4,8 @@
#define _STATBUF_ST_NSEC
/* This matches struct stat64 in glibc2.1. Only used for 32 bit. */
-struct stat64 {
+
+struct stat {
unsigned long st_dev; /* Device. */
unsigned long st_ino; /* File serial number. */
unsigned int st_mode; /* File mode. */
diff --git a/klibc/arch/ppc64/include/klibc/archstat.h b/klibc/arch/ppc64/include/klibc/archstat.h
index 1a9da4fc60e1f..b51702e3b5379 100644
--- a/klibc/arch/ppc64/include/klibc/archstat.h
+++ b/klibc/arch/ppc64/include/klibc/archstat.h
@@ -4,7 +4,8 @@
#define _STATBUF_ST_NSEC
/* This matches struct stat64 in glibc2.1. Only used for 32 bit. */
-struct stat64 {
+
+struct stat {
unsigned long st_dev; /* Device. */
unsigned long st_ino; /* File serial number. */
unsigned int st_mode; /* File mode. */