822888b20578fcb8151c5aebcebabcffb43daeda
[musl] / stat.h
1 #ifndef SYS_STAT_H
2 #define SYS_STAT_H
3
4 #include "../../../include/sys/stat.h"
5
6 hidden int __fstatat(int, const char *restrict, struct stat *restrict, int);
7
8 #endif