From df31363d8c4ab3eee91ca1cf3c79a303eefafc4d Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 26 Nov 2012 20:42:20 -0500 Subject: 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. --- arch/powerpc/bits/stat.h | 6 ------ 1 file changed, 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 -- cgit v1.2.1