1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

dynarray: prefer C23 style overflow checking

* lib/malloc/dynarray_emplace_enlarge.c, lib/malloc/dynarray_resize.c:
Include stdckdint.h, not intprops.h.
* lib/malloc/dynarray_emplace_enlarge.c:
(__libc_dynarray_emplace_enlarge):
* lib/malloc/dynarray_resize.c (__libc_dynarray_resize):
Prefer stdckdint.h to intprops.h macros.
* modules/glibc-internal/dynarray (Depends-on):
Depend on stdckdint, not intprops.
This commit is contained in:
Paul Eggert
2023-05-01 09:06:57 -07:00
parent e915c32cc7
commit a1d7a31264
4 changed files with 15 additions and 5 deletions

View File

@@ -17,8 +17,8 @@ builtin-expect
gen-header
libc-config
stdbool
stdckdint
stddef
intprops
configure.ac:
AC_PROG_MKDIR_P