mirror of
https://github.com/fluencelabs/musl
synced 2025-04-25 15:22:15 +00:00
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.
This commit is contained in:
parent
b4d8a16c1a
commit
df31363d8c
@ -19,9 +19,3 @@ struct stat
|
|||||||
struct timespec st_ctim;
|
struct timespec st_ctim;
|
||||||
unsigned __unused[2];
|
unsigned __unused[2];
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef _BSD_SOURCE
|
|
||||||
#define st_atimespec st_atim
|
|
||||||
#define st_mtimespec st_mtim
|
|
||||||
#define st_ctimespec st_ctim
|
|
||||||
#endif
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user