mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +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
|
#if __TIMESIZE != 64
|
||||||
|
libc_hidden_def (__utimensat64)
|
||||||
|
|
||||||
int
|
int
|
||||||
__utimensat (int fd, const char *file, const struct timespec tsp[2],
|
__utimensat (int fd, const char *file, const struct timespec tsp[2],
|
||||||
int flags)
|
int flags)
|
||||||
|
Reference in New Issue
Block a user