This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi Andreas, > --- > 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) Thanks for spotting this issue and providing a fix. Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de
Attachment:
pgpAzt9qe7LCj.pgp
Description: OpenPGP digital signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |