fix fallback when ipv6 is disabled but resolv.conf has v6 nameserves
[musl] / src / include / sys / stat.h
index 822888b..59339be 100644 (file)
@@ -3,6 +3,7 @@
 
 #include "../../../include/sys/stat.h"
 
+hidden int __fstat(int, struct stat *);
 hidden int __fstatat(int, const char *restrict, struct stat *restrict, int);
 
 #endif