[PATCH] resolv, rt: Change some extern inline functions to static inline
Peter Collingbourne
pcc@google.com
Fri May 8 17:22:22 GMT 2026
On Tue, May 5, 2026 at 10:57 AM Peter Collingbourne <pcc@google.com> wrote:
>
> On Tue, May 5, 2026 at 1:31 AM Florian Weimer <fweimer@redhat.com> wrote:
> >
> > * Peter Collingbourne:
> >
> > > The following functions:
> > >
> > > __aio_create_helper_thread
> > > __aio_start_notify_thread
> > > __gai_create_helper_thread
> > > __gai_start_notify_thread
> > >
> > > are declared as extern inline, but no translation unit provides their
> > > real definitions. This can lead to a link failure if the functions are
> > > not inlined. Fix it by declaring them as static inline instead.
> >
> > This is better than the other patch, so let's use it.
> >
> > Reviewed-by: Florian Weimer <fweimer@redhat.com>
> >
> > Peter, can you push this yourself?
>
> I don't have access, can you do that for me please?
Ping
Peter
More information about the Libc-alpha
mailing list