blob: 59339beecb17e2dc4bf7793ce8ed984c138b2f33 [file] [log] [blame]
#ifndef SYS_STAT_H
#define SYS_STAT_H
#include "../../../include/sys/stat.h"
hidden int __fstat(int, struct stat *);
hidden int __fstatat(int, const char *restrict, struct stat *restrict, int);
#endif