Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250527140350.GM1827@brightrain.aerifal.cx>
Date: Tue, 27 May 2025 10:03:50 -0400
From: Rich Felker <dalias@...c.org>
To: Alejandro Colomar <alx@...nel.org>
Cc: musl@...ts.openwall.com, Jeffrey Walton <noloader@...il.com>
Subject: Re: sgetspent(3) on musl

On Fri, May 23, 2025 at 04:44:37PM +0200, Alejandro Colomar wrote:
> Hi Rich,
> 
> On Fri, May 23, 2025 at 09:54:04AM -0400, Rich Felker wrote:
> > > I'm coming back to this, because it's more problematic than I initially
> > > thought.
> > > 
> > > In shadow, I have a function prototype *and* a function declaration for
> > > this API (when compiling for musl; in glibc I rely on the libc one).
> > > 
> > > Now I was trying to enable -Werror=redundant-decls (among many other
> > > errors), but my declaration is redundant with the musl one, and so I
> > > can't enable this error.  Would you mind removing it from musl?
> > > 
> > > <https://github.com/shadow-maint/shadow/pull/1220#issuecomment-2676737629>
> > 
> > Sure thing. I have a patch, just not upstream. Will push it.
> 
> Thanks!

Done!

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.