about summary refs log tree commit diff
path: root/src/include/sys/stat.h
blob: 822888b20578fcb8151c5aebcebabcffb43daeda (plain) (blame)
1
2
3
4
5
6
7
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