NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/58741 CVS commit: [netbsd-10] src/include
The following reply was made to PR standards/58741; it has been noted by GNATS.
From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/58741 CVS commit: [netbsd-10] src/include
Date: Sun, 13 Oct 2024 10:39:53 +0000
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.
Home |
Main Index |
Thread Index |
Old Index