| 0004 c23 fix initialization discards const qualifier from.patch | (download) |
lib/core-net/client/client.c |
11 6 + 5 - 0 !
lib/plat/unix/unix-caps.c |
3 2 + 1 - 0 !
lib/roles/http/cookie.c |
3 2 + 1 - 0 !
lib/roles/http/server/server.c |
3 2 + 1 - 0 !
4 files changed, 12 insertions(+), 8 deletions(-) |
since glibc-2.43:
For ISO C23, the functions bsearch, memchr, strchr, strpbrk, strrchr,
strstr, wcschr, wcspbrk, wcsrchr, wcsstr and wmemchr that return
pointers into their input arrays now have definitions as macros that
return a pointer to a const-qualified type when the input argument is
a pointer to a const-qualified type.
https://lists.gnu.org/archive/html/info-gnu/2026-01/msg00005.html
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
|