public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Alejandro Colomar <alx@kernel.org>
To: Gabriel Ravier <gabravier@gmail.com>
Cc: libc-alpha@sourceware.org, linux-man@vger.kernel.org
Subject: Re: lfind(3) $3 type should be const
Date: Thu, 14 Nov 2024 17:36:00 +0100	[thread overview]
Message-ID: <fghvmxn7opm2l46rcsk2hue2cdez4wugcl2ftbr3sb7unhztuw@7rh5yq4qqtn6> (raw)
In-Reply-To: <7e0401be-0435-4c76-a987-0ef833483cbe@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1353 bytes --]

Hi Gabriel,

On Thu, Nov 14, 2024 at 05:24:36PM GMT, Gabriel Ravier wrote:
> On 11/14/24 3:38 PM, Alejandro Colomar wrote:
> > Hi!
> > 
> > lfind(3) does not modify its third argument, *nmemb.
> > 
> > It's already suspicious that it takes a pointer, but I guess it's due to
> > historic reasons, and that's already set in stone.
> > 
> > However, I don't see why we should not make it 'const'.  The function
> > doesn't use it as an output pointer.  Should I sent a patch for
> > constifying it?
> 
> 
> I believe the reason is that it aims to mirror lsearch, and to be able to be
> used with it interchangeably as a function with the same type - doesn't
> `const` make the pointer types distinct and incompatible ?

Hmmm.  That makes sense.

Thanks!
Alex

> 
> I'd imagine it's not even used much at all elsewhere given how simple it is
> and how cumbersome it is to use compared to an directly inlined
> implementation. That is, I think making it non-const might just happen to
> break a majority of uses of it.
> 
> The only way to plausibly rectify this, I think, would be to make the
> compatibility implicit in the standard for any similar function (in the same
> way one might like to make it standard to e.g. pass a pointer to a pointer
> to const char to strtol).

-- 
<https://www.alejandro-colomar.es/>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      reply	other threads:[~2024-11-14 16:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-14 14:38 Alejandro Colomar
2024-11-14 16:24 ` Gabriel Ravier
2024-11-14 16:36   ` Alejandro Colomar [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fghvmxn7opm2l46rcsk2hue2cdez4wugcl2ftbr3sb7unhztuw@7rh5yq4qqtn6 \
    --to=alx@kernel.org \
    --cc=gabravier@gmail.com \
    --cc=libc-alpha@sourceware.org \
    --cc=linux-man@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).