Module Name: src Committed By: martin Date: Sun Oct 13 10:39:53 UTC 2024
Modified Files: src/include [netbsd-10]: stdlib.h Log Message: Pull up following revision(s) (requested by riastradh in ticket #954): include/stdlib.h: revision 1.127 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.125.2.1 -r1.125.2.2 src/include/stdlib.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.