File size: 204 Bytes
00df61d
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
#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