summaryrefslogtreecommitdiff
path: root/src/include/sys/stat.h
blob: 59339beecb17e2dc4bf7793ce8ed984c138b2f33 (plain) (blame)
1
2
3
4
5
6
7
8
9
#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