Add missing libc_hidden_def for __utimensat64
authorAndreas Schwab <schwab@suse.de>
Mon, 2 Mar 2020 15:25:24 +0000 (16:25 +0100)
committerAndreas Schwab <schwab@suse.de>
Mon, 2 Mar 2020 16:04:32 +0000 (17:04 +0100)
sysdeps/unix/sysv/linux/utimensat.c

index e4cf089..eb16f0f 100644 (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)