Re: [PATCH] Don't use __BEGIN_DECLS macros from glibc.

2020-10-28 Thread Mark Wielaard
Hi Érico, On Mon, 2020-10-26 at 23:24 +0100, Mark Wielaard wrote: > Please just suggest a patch upstream to libc-al...@sourceware.org. > We'll pick it up when they decide to accept it. Note that it is also a > public glibc header installed as /usr/include/elf.h. I saw your patch was accepted upst

Re: [PATCH] Don't use __BEGIN_DECLS macros from glibc.

2020-10-26 Thread Mark Wielaard
Hi, On Mon, 2020-10-26 at 18:34 -0300, Érico Nogueira via Elfutils-devel wrote: > On Mon Oct 26, 2020 at 8:58 PM -03, Dmitry V. Levin wrote: > > On Mon, Oct 26, 2020 at 05:44:24PM -0300, Érico Nogueira via > > Elfutils-devel wrote: > > > --- > > > libelf/elf.h | 10 ++ > > > 1 file change

Re: [PATCH] Don't use __BEGIN_DECLS macros from glibc.

2020-10-26 Thread Érico Nogueira via Elfutils-devel
On Mon Oct 26, 2020 at 8:58 PM -03, Dmitry V. Levin wrote: > On Mon, Oct 26, 2020 at 05:44:24PM -0300, Érico Nogueira via > Elfutils-devel wrote: > > From: Érico Rolim > > > > These macros are mostly internal to glibc and require the inclusion of > > (here included indirectly via ), which isn't

Re: [PATCH] Don't use __BEGIN_DECLS macros from glibc.

2020-10-26 Thread Dmitry V. Levin
On Mon, Oct 26, 2020 at 05:44:24PM -0300, Érico Nogueira via Elfutils-devel wrote: > From: Érico Rolim > > These macros are mostly internal to glibc and require the inclusion of > (here included indirectly via ), which isn't a > standard header. > > Since they are only required once, replacing