summaryrefslogtreecommitdiff
path: root/arch/powerpc/bits
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-11-26 20:42:20 -0500
committerRich Felker <dalias@aerifal.cx>2012-11-26 20:42:20 -0500
commitdf31363d8c4ab3eee91ca1cf3c79a303eefafc4d (patch)
tree6585899dbc241e60bee82b8ecfda186aebadff92 /arch/powerpc/bits
parentb4d8a16c1afde1d06e1d46f22f5fab2cda408122 (diff)
downloadmusl-df31363d8c4ab3eee91ca1cf3c79a303eefafc4d.tar.gz
remove stat member aliases from ppc-specific bits/stat.h
if these are to be supported, they belong in the main stat.h, not repeated for each arch.
Diffstat (limited to 'arch/powerpc/bits')
-rw-r--r--arch/powerpc/bits/stat.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/bits/stat.h b/arch/powerpc/bits/stat.h
index baf53d6f..bd524a1a 100644
--- a/arch/powerpc/bits/stat.h
+++ b/arch/powerpc/bits/stat.h
@@ -19,9 +19,3 @@ struct stat
struct timespec st_ctim;
unsigned __unused[2];
};
-
-#ifdef _BSD_SOURCE
-#define st_atimespec st_atim
-#define st_mtimespec st_mtim
-#define st_ctimespec st_ctim
-#endif