[PATCH] Add missing libc_hidden_def for __utimensat64

Andreas Schwab schwab@suse.de
Mon Mar 2 15:31:00 GMT 2020


---
 sysdeps/unix/sysv/linux/utimensat.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysdeps/unix/sysv/linux/utimensat.c b/sysdeps/unix/sysv/linux/utimensat.c
index e4cf089b1d..eb16f0f3d5 100644
--- a/sysdeps/unix/sysv/linux/utimensat.c
+++ b/sysdeps/unix/sysv/linux/utimensat.c
@@ -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)
-- 
2.25.1


-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."



More information about the Libc-alpha mailing list