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: [2.24 PATCH 2/3] Minimize sysdeps code involved in defining major/minor/makedev.


On 08/01/2016 05:28 PM, Zack Weinberg wrote:
> On Mon, Aug 1, 2016 at 4:55 PM, Carlos O'Donell <carlos@redhat.com> wrote:
>> (3) New symbols?
>>
>> Overall this looks good. I have only questions about why the new functions
>> are going into the users namespace. Traditionally we put things into the
>> implementation namespace, particularly to discourage users calling the
>> functions directly. I would like the user to use the normal interfaces for
>> calling this functionality.
> 
> I would agree if these were truly new functions, but they're not. They
> already exist, with the user-namespace names, in every Linux-based
> port.  `grep gnu_dev_ $(find sysdeps -name libc*.abilist)` and see for
> yourself.
 
You are absolutely right. Sorry, I thought this had been inlined and the
functions not visible, but there they are at @@GLIBC_2.3.3 versions.

OK to checkin then.

-- 
Cheers,
Carlos.


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