mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Add missing libc_hidden_def for __utimensat64
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user