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 1/2] Remove ancient GCC string inlines


Mike Frysinger <vapier@gentoo.org> wrote:
> On 19 Feb 2016 17:17, Wilco Dijkstra wrote:
> > --- a/string/bits/string2.h
> > +++ b/string/bits/string2.h
> > @@ -51,25 +51,6 @@
> >  # include <endian.h>
> >  # include <bits/types.h>
>
> endian.h is no longer needed to be included, and the comment above it too.
> 
> although these inline macros don't have __GNUC_PREREQ around them.

I've updated the patch to remove these lines too (the 2nd in the series removes them 
anyway). The only use of the macros was inside blocks that based on __GNUC_PREREQ,
so it is safe to remove them.

Wilco


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