This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH] Add missing libc_hidden_def for __utimensat64
- From: Andreas Schwab <schwab at suse dot de>
- To: libc-alpha at sourceware dot org
- Date: Mon, 02 Mar 2020 16:31:28 +0100
- Subject: [PATCH] Add missing libc_hidden_def for __utimensat64
---
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."