Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdlib it's C18, not C17.



details:   https://anonhg.NetBSD.org/src/rev/e3288622ccf2
branches:  trunk
changeset: 324954:e3288622ccf2
user:      maya <maya%NetBSD.org@localhost>
date:      Fri Jul 27 15:15:30 2018 +0000

description:
it's C18, not C17.

diffstat:

 lib/libc/stdlib/posix_memalign.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2a847c60e795 -r e3288622ccf2 lib/libc/stdlib/posix_memalign.3
--- a/lib/libc/stdlib/posix_memalign.3  Fri Jul 27 15:14:43 2018 +0000
+++ b/lib/libc/stdlib/posix_memalign.3  Fri Jul 27 15:15:30 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: posix_memalign.3,v 1.5 2018/07/27 14:34:44 maya Exp $
+.\"    $NetBSD: posix_memalign.3,v 1.6 2018/07/27 15:15:30 maya Exp $
 .\"
 .\" Copyright (C) 2006 Jason Evans <jasone%FreeBSD.org@localhost>.
 .\" All rights reserved.
@@ -137,7 +137,7 @@
 The
 .Fn aligned_alloc
 function conforms to
-.St -isoC-2017 .
+.St -isoC-2018 .
 .Sh HISTORY
 .St -isoC-2011
 required size to be an integer multiple of alignment.



Home | Main Index | Thread Index | Old Index