Re: [PATCH] cleanup: Pull in <string.h> for memchr
Simon Richter <[email protected]>
| Newsgroups | gmane.linux.debian.devel.dpkg.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Guillem,
On 3/20/24 08:59, Guillem Jover wrote:
> Thanks! I ended up including this unconditionally (also because we are
> not explicitly checking for this header which should always be there,
> and if something else is checking for it, that would be an internal
> implementation detail that might change in the future), and before
> "compat.h". Now in git main.
strnlen() should also always be there. :>
Simon