Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
musl
/
src
/
include
/
sys
/
stat.h
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