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]

Re: [PATCH v5] Add LFS support for fts functions [BZ #11460]


On 11/02/2015 10:50 AM, Mark Wielaard wrote:
> On Wed, 2015-10-28 at 20:56 +0100, Mark Wielaard wrote:
>> On Thu, 2015-10-22 at 13:34 +0200, Mark Wielaard wrote:
>>> I believe I dealt with all the review comments. This last version
>>> is just to deal with the changes caused by rebasing to current master.
>>> OK to commit?
>>
>> Ping. I rebased and retested again. This time luckily the only conflicts
>> were in the NEWS file, so I won't post a new version. I still would like
>> to commit it though. OK?
> 
> I cannot tell whether not getting any more replies to this patch means
> we have consensus that this is a good patch and I can commit it now. Or
> that it simply means nobody has time to go over it one last time. Please
> let me know which one it is.

I suppose it's ready to commit.  I was confused by this bit:

+#define fts64_open __rename_fts64_open
+#define fts64_close __rename_fts64_close
+#define fts64_read __rename_fts64_read
+#define fts64_set __rename_fts64_set
+#define fts64_children __rename_fts64_children

But I think it's standard practice to avoid impact from the headers in
such cases (other such uses are uncommented as well).

Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]