From: Gabriel Ravier <gabravier@gmail.com>
To: Alejandro Colomar <alx@kernel.org>, libc-alpha@sourceware.org
Cc: linux-man@vger.kernel.org
Subject: Re: lfind(3) $3 type should be const
Date: Thu, 14 Nov 2024 17:24:36 +0100 [thread overview]
Message-ID: <7e0401be-0435-4c76-a987-0ef833483cbe@gmail.com> (raw)
In-Reply-To: <dhl6sjfzoeezrefjsjt4igcn3jlqxvvbrz5uozxjmmmskxse6l@qtfpmwhgfiod>
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 ?
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).
>
> Have a lovely day!
> Alex
>
next prev parent reply other threads:[~2024-11-14 16:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-14 14:38 lfind(3) $3 type should be const Alejandro Colomar
2024-11-14 16:24 ` Gabriel Ravier [this message]
2024-11-14 16:36 ` Alejandro Colomar
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=7e0401be-0435-4c76-a987-0ef833483cbe@gmail.com \
--to=gabravier@gmail.com \
--cc=alx@kernel.org \
--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