Add missing libc_hidden_def for __utimensat64

This commit is contained in:
Andreas Schwab 2020-03-02 16:25:24 +01:00
parent 0499a353a6
commit 808cd69267

View File

@ -76,6 +76,8 @@ __utimensat64 (int fd, const char *file, const struct __timespec64 tsp64[2],
}
#if __TIMESIZE != 64
libc_hidden_def (__utimensat64)
int
__utimensat (int fd, const char *file, const struct timespec tsp[2],
int flags)