Module Name: src Committed By: riastradh Date: Fri Oct 11 18:43:22 UTC 2024
Modified Files: src/include: stdlib.h Log Message: stdlib.h: Expose reallocarray only for POSIX 2024 or NetBSD/OpenBSD. reallocarray(3) is new in POSIX 2024, so it should not be exposed if you ask for an older POSIX standard like _POSIX_C_SOURCE=200809L. PR standards/58741 To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/include/stdlib.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.