Re: [PATCH] s390/string: Remove strlcat() implementation

From: David Laight

Date: Wed May 27 2026 - 09:17:49 EST


On Fri, 22 May 2026 16:31:11 +0200
Heiko Carstens <hca@xxxxxxxxxxxxx> wrote:

> strlcat() shouldn't be used anymore (see fortify-string.h), and will be
> deprecated / removed sooner or later [1].
>
....
> #define __HAVE_ARCH_STRCAT /* inline & arch function */
...
> #define __HAVE_ARCH_STRNCAT /* arch function */

Those two should probably have gone first ...

-- David