X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fbits%2Fstat.h;h=bd524a1a9453bf13d787f6671627e720d3ce31ba;hb=9693501c158d68431962938cb02e7d8d2ef89ca3;hp=baf53d6fe566dd94820c9afba102fbfe13ba0818;hpb=7718e7cce5730265f2707fe378ec263b4c35624d;p=musl 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