fix inadvertent introduction of extern object stx
[musl] / src / include / sys / time.h
index 79c5fcb..fb9622e 100644 (file)
@@ -3,6 +3,6 @@
 
 #include "../../../include/sys/time.h"
 
-int __futimesat(int, const char *, const struct timeval [2]);
+hidden int __futimesat(int, const char *, const struct timeval [2]);
 
 #endif