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 4/5] Clean up redundancies between string.h and strings.h.


On 11/28/2016 11:00 AM, Zack Weinberg wrote:
> There are a bunch of declarations duplicated between string.h and
> strings.h (with minor inconsistencies).  This patch makes strings.h
> their canonical home; string.h simply includes strings.h under
> __USE_MISC.
> 
> Also, the declaration of __bzero is removed from public headers.
> It was once used by string2.h inlines but is no longer required.

Ping.


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