Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
musl
src
include
sys
stat.h
pretty
plain
permalink
blame
history
•
9 lines
•
204 B
1
#ifndef SYS_STAT_H
2
#define SYS_STAT_H
3
4
#include "../../../include/sys/stat.h"
5
6
hidden int __fstat(int, struct stat *);
7
hidden int __fstatat(int, const char *restrict, struct stat *restrict, int);
8
9
#endif