[PATCH] Add missing libc_hidden_def for __utimensat64
Lukasz Majewski
lukma@denx.de
Mon Mar 2 15:50:00 GMT 2020
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20200302/3b906938/attachment.sig>
More information about the Libc-alpha
mailing list