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] | |
On Fri, 7 Feb 2020 14:00:06 +0100 Lukasz Majewski <lukma@denx.de> wrote: > This patch series provides __utime64, __utimes64 and struct > __utimbuf64. > > The branch with integrated Y2038 support: > https://github.com/lmajewski/y2038_glibc/commits/glibc_utime_conversion_v1 > > Lukasz Majewski (3): > y2038: Introduce struct __utimbuf64 - new internal glibc type > y2038: linux: Provide __utimes64 implementation > y2038: linux: Provide __utime64 implementation Gentle ping on this series. > > include/time.h | 18 +++++++++ > sysdeps/unix/sysv/linux/syscalls.list | 1 - > sysdeps/unix/sysv/linux/utime.c | 56 > +++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/utimes.c | > 37 ++++++++++++------ 4 files changed, 100 insertions(+), 12 > deletions(-) create mode 100644 sysdeps/unix/sysv/linux/utime.c > 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:
pgpK9ZJX0820O.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] |