A quick search for reallocarray gives me https://man.archlinux.org/man/reallocarray.3.enSo which version of glibc are you using?
It may work if you add "'define _GNU_SOURCE" to the start of the source files.
Code:
reallocarray(): Since glibc 2.29: _DEFAULT_SOURCE glibc 2.28 and earlier: _GNU_SOURCE
It may work if you add "'define _GNU_SOURCE" to the start of the source files.
Statistics: Posted by 6by9 — Thu Feb 01, 2024 10:38 am