mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-13 08:44:08 +03:00
add some traditional aliases to stat.h
This commit is contained in:
parent
e514228043
commit
7ecab79f58
@ -90,6 +90,12 @@ int utimensat(int, const char *, const struct timespec [2], int);
|
||||
int lchmod(const char *, mode_t);
|
||||
#endif
|
||||
|
||||
#ifdef _GNU_SOURCE
|
||||
#define S_IREAD S_IRUSR
|
||||
#define S_IWRITE S_IWUSR
|
||||
#define S_IEXEC S_IXUSR
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user