[PATCH 2/8] io: Add time64 alias for fcntl
Florian Weimer
fweimer@redhat.com
Tue Jul 20 08:50:13 GMT 2021
* Lukasz Majewski:
>> diff --git a/io/Makefile b/io/Makefile
>> index 1a16990205..6120ee0cd7 100644
>> --- a/io/Makefile
>> +++ b/io/Makefile
>> @@ -88,6 +88,8 @@ tests-time64 := \
>> tst-utime-time64 \
>> tst-utimensat-time64 \
>> tst-utimes-time64 \
>> + tst-fcntl-time64 \
>> + # tests-time64
>
> The comment line '#' - is it needed?
It's there to swallow the training \ on the preceding line. Once the
list is long, I find such comments quite helpful.
Thanks,
Florian
More information about the Libc-alpha
mailing list