This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Linux: Use AT_FDCWD in utime, utimes when calling utimensat
- From: Florian Weimer <fweimer at redhat dot com>
- To: Lukasz Majewski <lukma at denx dot de>
- Cc: libc-alpha at sourceware dot org, Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- Date: Thu, 05 Mar 2020 13:57:54 +0100
- Subject: Re: [PATCH] Linux: Use AT_FDCWD in utime, utimes when calling utimensat
- References: <87sgin9fqf.fsf@oldenburg2.str.redhat.com> <87h7z39e7n.fsf@oldenburg2.str.redhat.com> <20200305135627.7707881d@jawa>
* Lukasz Majewski:
> Indeed - I've overlooked the missing AT_FDCWD. The AT_FDCWD is
> necessary to use utimensat_time{64} syscall to be replacement of utimes
> (and utime).
May I consider this a patch review?
Thanks,
Florian