Module Name: src Committed By: wiz Date: Sat Jan 11 11:41:08 UTC 2025
Modified Files: src/lib/libc/stdlib: posix_memalign.3 Log Message: aligned_alloc appeared in C11. Ok maya@ To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/stdlib/posix_memalign.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/stdlib/posix_memalign.3 diff -u src/lib/libc/stdlib/posix_memalign.3:1.7 src/lib/libc/stdlib/posix_memalign.3:1.8 --- src/lib/libc/stdlib/posix_memalign.3:1.7 Fri Dec 6 16:19:32 2019 +++ src/lib/libc/stdlib/posix_memalign.3 Sat Jan 11 11:41:08 2025 @@ -1,4 +1,4 @@ -.\" $NetBSD: posix_memalign.3,v 1.7 2019/12/06 16:19:32 nros Exp $ +.\" $NetBSD: posix_memalign.3,v 1.8 2025/01/11 11:41:08 wiz Exp $ .\" .\" Copyright (C) 2006 Jason Evans <jas...@freebsd.org>. .\" All rights reserved. @@ -126,7 +126,7 @@ function conforms to The .Fn aligned_alloc function conforms to -.St -isoC-2018 . +.St -isoC-2011 . .Sh HISTORY .St -isoC-2011 required size to be an integer multiple of alignment.