0b44a031
dd5f50da ^
400c5e5c ^
94938920 ^
63a4c9ad ^
1
2
3
4
5
6
7 8
9
#include <sys/stat.h> #include <fcntl.h> int stat(const char *restrict path, struct stat *restrict buf) { return fstatat(AT_FDCWD, path, buf, 0); } weak_alias(stat, stat64);