summaryrefslogtreecommitdiff
path: root/src/include/sys/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/sys/time.h')
-rw-r--r--src/include/sys/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/sys/time.h b/src/include/sys/time.h
index 79c5fcbc..fb9622e5 100644
--- a/src/include/sys/time.h
+++ b/src/include/sys/time.h
@@ -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