diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2024-08-03 20:09:25 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2024-08-03 20:09:25 +0000 |
commit | 983ab123000bd4d6dc785e07a326fcba4325b640 (patch) | |
tree | 349093070d28618c275169448a6658a665c131db /lib/libc/stdlib | |
parent | edbc83d2eada262b6871b3b1f10fd4bbfffde8a1 (diff) |
mkostemp(3) and reallocarray(3) are in POSIX-2024:
adjust #include visibility and update the reallocarray(3) manpage
ok millert@
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index e5d9b562668..bea5575bf80 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -30,9 +30,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: malloc.3,v 1.141 2023/12/04 22:52:41 tb Exp $ +.\" $OpenBSD: malloc.3,v 1.142 2024/08/03 20:09:24 guenther Exp $ .\" -.Dd $Mdocdate: December 4 2023 $ +.Dd $Mdocdate: August 3 2024 $ .Dt MALLOC 3 .Os .Sh NAME @@ -722,6 +722,10 @@ The .Fn aligned_alloc function conforms to .St -isoC-2011 . +The +.Fn reallocarray +function conforms to +.St -p1003.1-2024 . .Pp If .Fa nmemb |