mirror of https://git.musl-libc.org/git/musl
Browse Source
this makes it so we can drop direct stat syscall use in interfaces that can't use the POSIX namespace.master
2 changed files with 11 additions and 1 deletions
@ -0,0 +1,8 @@ |
|||||
|
#ifndef SYS_STAT_H |
||||
|
#define SYS_STAT_H |
||||
|
|
||||
|
#include "../../../include/sys/stat.h" |
||||
|
|
||||
|
hidden int __fstatat(int, const char *restrict, struct stat *restrict, int); |
||||
|
|
||||
|
#endif |
||||
Loading…
Reference in new issue