NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58741 CVS commit: src/include



The following reply was made to PR standards/58741; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58741 CVS commit: src/include
Date: Fri, 11 Oct 2024 18:43:22 +0000

 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.
 


Home | Main Index | Thread Index | Old Index