mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Add missing libc_hidden_def for __utimensat64
This commit is contained in:
parent
0499a353a6
commit
808cd69267
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user