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:
@@ -17,8 +17,8 @@ builtin-expect
|
||||
gen-header
|
||||
libc-config
|
||||
stdbool
|
||||
stdckdint
|
||||
stddef
|
||||
intprops
|
||||
|
||||
configure.ac:
|
||||
AC_PROG_MKDIR_P
|
||||
|
Reference in New Issue
Block a user