projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4d8a16
)
remove stat member aliases from ppc-specific bits/stat.h
author
Rich Felker
<dalias@aerifal.cx>
Tue, 27 Nov 2012 01:42:20 +0000
(20:42 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Tue, 27 Nov 2012 01:42:20 +0000
(20:42 -0500)
if these are to be supported, they belong in the main stat.h, not
repeated for each arch.
arch/powerpc/bits/stat.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/bits/stat.h
b/arch/powerpc/bits/stat.h
index baf53d6fe566dd94820c9afba102fbfe13ba0818..bd524a1a9453bf13d787f6671627e720d3ce31ba 100644
(file)
--- 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